Changeset 3315
- Timestamp:
 - Apr 3, 2000, 8:29:05 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gdi32/oslibgpi.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gdi32/oslibgpi.h
r2718 r3315 1 /* $Id: oslibgpi.h,v 1. 4 2000-02-10 00:36:11sandervl Exp $ */1 /* $Id: oslibgpi.h,v 1.5 2000-04-03 18:29:05 sandervl Exp $ */ 2 2 3 3 /* … … 39 39 40 40 yyrc = _GpiEnableYInversion(hps, lHeight); 41 SetFS(sel); 42 43 return yyrc; 44 } 45 46 BOOL APIENTRYOS2 _GpiQueryYInversion(ULONG hps); 47 48 inline BOOL GpiQueryYInversion(ULONG hps) 49 { 50 BOOL yyrc; 51 USHORT sel = RestoreOS2FS(); 52 53 yyrc = _GpiQueryYInversion(hps); 41 54 SetFS(sel); 42 55  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  