Changeset 3315 for trunk/src


Ignore:
Timestamp:
Apr 3, 2000, 8:29:05 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/oslibgpi.h

    r2718 r3315  
    1 /* $Id: oslibgpi.h,v 1.4 2000-02-10 00:36:11 sandervl Exp $ */
     1/* $Id: oslibgpi.h,v 1.5 2000-04-03 18:29:05 sandervl Exp $ */
    22
    33/*
     
    3939
    4040    yyrc = _GpiEnableYInversion(hps, lHeight);
     41    SetFS(sel);
     42
     43    return yyrc;
     44}
     45
     46BOOL APIENTRYOS2 _GpiQueryYInversion(ULONG hps);
     47
     48inline BOOL GpiQueryYInversion(ULONG hps)
     49{
     50 BOOL yyrc;
     51 USHORT sel = RestoreOS2FS();
     52
     53    yyrc = _GpiQueryYInversion(hps);
    4154    SetFS(sel);
    4255
Note: See TracChangeset for help on using the changeset viewer.