| 
            Last change
 on this file since 1371 was             1241, checked in by John Small, 17 years ago           | 
        
        
          | 
             
Ticket 187: Make searchapath function non-static and other misc. code cleanup 
 
           | 
        
        
          
            
              - 
Property                 svn:eolstyle
 set to                 
native
               
              - 
Property                 svn:keywords
 set to                 
Id
               
             
           | 
        
        
          | 
            File size:
            698 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [1167] | 1 | 
 | 
|---|
 | 2 | /***********************************************************************
 | 
|---|
 | 3 | 
 | 
|---|
| [1199] | 4 |   $Id: presparm.h 1241 2008-10-09 11:12:04Z jbs $
 | 
|---|
| [1167] | 5 | 
 | 
|---|
| [1199] | 6 |   <<<description here>>>
 | 
|---|
| [1167] | 7 | 
 | 
|---|
| [1199] | 8 |   Copyright (c) 1993-98 M. Kimes
 | 
|---|
 | 9 |   Copyright (c) 2008 Steven H. Levine
 | 
|---|
| [1167] | 10 | 
 | 
|---|
| [1199] | 11 |   Change log
 | 
|---|
| [1167] | 12 | 
 | 
|---|
 | 13 | ***********************************************************************/
 | 
|---|
 | 14 | 
 | 
|---|
 | 15 | #if !defined(PRESPARM_H)
 | 
|---|
 | 16 | #define PRESPARM_H
 | 
|---|
 | 17 | 
 | 
|---|
| [1187] | 18 | VOID CopyPresParams(HWND target, HWND source);
 | 
|---|
 | 19 | VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2);
 | 
|---|
 | 20 | VOID RestorePresParams(HWND hwnd, CHAR * keyroot);
 | 
|---|
| [1167] | 21 | VOID SavePresParams(HWND hwnd, CHAR * keyroot);
 | 
|---|
| [1187] | 22 | #ifdef INCL_GPI
 | 
|---|
 | 23 | VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
 | 
|---|
 | 24 |                    CHAR * font);
 | 
|---|
 | 25 | #endif
 | 
|---|
| [1167] | 26 | 
 | 
|---|
 | 27 | 
 | 
|---|
 | 28 | #endif // PRESPARM_H
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.