Ignore:
Timestamp:
Jan 16, 2001, 8:49:10 PM (25 years ago)
Author:
umoeller
Message:

Fixes for V0.9.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/gpih.h

    r18 r23  
    7272                           BYTE bDivisor);
    7373
    74     #ifdef INCL_GPILOGCOLORTABLE
    75 
    76         /*
    77          *@@ gpihSwitchToRGB:
    78          *      this switches the given HPS into RGB mode.
    79          *      Requires INCL_GPILOGCOLORTABLE.
    80          */
    81 
    82         #define gpihSwitchToRGB(hps)                \
    83             GpiCreateLogColorTable(hps, 0, LCOLF_RGB, 0, 0, NULL);
    84 
    85     #endif
     74    BOOL gpihSwitchToRGB(HPS hps);
     75    typedef BOOL XWPENTRY GPIHSWITCHTORGB(HPS hps);
     76    typedef GPIHSWITCHTORGB *PGPIHSWITCHTORGB;
    8677
    8778    /* ******************************************************************
     
    10899                            ULONG ulWidth);
    109100
    110     VOID APIENTRY gpihDraw3DFrame(HPS hps,
     101    VOID XWPENTRY gpihDraw3DFrame(HPS hps,
    111102                                  PRECTL prcl,
    112103                                  USHORT usWidth,
    113104                                  LONG lColorLeft,
    114105                                  LONG lColorRight);
    115     typedef VOID APIENTRY GPIHDRAW3DFRAME(HPS hps,
     106    typedef VOID XWPENTRY GPIHDRAW3DFRAME(HPS hps,
    116107                                          PRECTL prcl,
    117108                                          USHORT usWidth,
Note: See TracChangeset for help on using the changeset viewer.