Ignore:
Timestamp:
Jun 20, 2002, 10:46:29 PM (23 years ago)
Author:
umoeller
Message:

More pager fixes.

File:
1 edited

Legend:

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

    r167 r178  
    338338    typedef GPIHSTRETCHBITMAP *PGPIHSTRETCHBITMAP;
    339339
    340     BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem,
     340    /* BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem,
    341341                                  HPOINTER hptr,
    342342                                  LONG lBkgndColor,
    343343                                  PPOINTL pptlLowerLeft,
    344                                   ULONG ulIconSize);
     344                                  ULONG ulIconSize); */
     345
     346    BOOL gpihDrawPointer(HPS hps,
     347                         LONG x,
     348                         LONG y,
     349                         HPOINTER hptr,
     350                         PSIZEL pszlIcon,
     351                         PRECTL prclClip,
     352                         ULONG fl);
    345353
    346354    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.