Ignore:
Timestamp:
Aug 5, 2002, 8:57:15 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

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

    r190 r195  
    349349                                  ULONG ulIconSize); */
    350350
    351     BOOL gpihDrawPointer(HPS hps,
    352                          LONG x,
    353                          LONG y,
    354                          HPOINTER hptr,
    355                          PSIZEL pszlIcon,
    356                          PRECTL prclClip,
    357                          ULONG fl);
     351    BOOL XWPENTRY gpihDrawPointer(HPS hps,
     352                                  LONG x,
     353                                  LONG y,
     354                                  HPOINTER hptr,
     355                                  PSIZEL pszlIcon,
     356                                  PRECTL prclClip,
     357                                  ULONG fl);
     358    typedef BOOL XWPENTRY GPIHDRAWPOINTER(HPS hps,
     359                                          LONG x,
     360                                          LONG y,
     361                                          HPOINTER hptr,
     362                                          PSIZEL pszlIcon,
     363                                          PRECTL prclClip,
     364                                          ULONG fl);
     365    typedef GPIHDRAWPOINTER *PGPIHDRAWPOINTER;
    358366
    359367    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.