| 
            Last change
 on this file since 1372 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
           | 
        
      
      
| Line |   | 
|---|
| 1 | 
 | 
|---|
| 2 | /***********************************************************************
 | 
|---|
| 3 | 
 | 
|---|
| 4 |   $Id: presparm.h 1241 2008-10-09 11:12:04Z jbs $
 | 
|---|
| 5 | 
 | 
|---|
| 6 |   <<<description here>>>
 | 
|---|
| 7 | 
 | 
|---|
| 8 |   Copyright (c) 1993-98 M. Kimes
 | 
|---|
| 9 |   Copyright (c) 2008 Steven H. Levine
 | 
|---|
| 10 | 
 | 
|---|
| 11 |   Change log
 | 
|---|
| 12 | 
 | 
|---|
| 13 | ***********************************************************************/
 | 
|---|
| 14 | 
 | 
|---|
| 15 | #if !defined(PRESPARM_H)
 | 
|---|
| 16 | #define PRESPARM_H
 | 
|---|
| 17 | 
 | 
|---|
| 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);
 | 
|---|
| 21 | VOID SavePresParams(HWND hwnd, CHAR * keyroot);
 | 
|---|
| 22 | #ifdef INCL_GPI
 | 
|---|
| 23 | VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
 | 
|---|
| 24 |                    CHAR * font);
 | 
|---|
| 25 | #endif
 | 
|---|
| 26 | 
 | 
|---|
| 27 | 
 | 
|---|
| 28 | #endif // PRESPARM_H
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.