Ignore:
Timestamp:
Oct 18, 2001, 11:06:02 PM (24 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

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

    r94 r111  
    292292    typedef GPIHSTRETCHBITMAP *PGPIHSTRETCHBITMAP;
    293293
    294     BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem, HPOINTER hptr, LONG lBkgndColor, ULONG ulIconSize);
    295     typedef BOOL XWPENTRY GPIHICON2BITMAP(HPS hpsMem, HPOINTER hptr, LONG lBkgndColor, ULONG ulIconSize);
    296     typedef GPIHICON2BITMAP *PGPIHICON2BITMAP;
     294    BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem,
     295                                  HPOINTER hptr,
     296                                  LONG lBkgndColor,
     297                                  PPOINTL pptlLowerLeft,
     298                                  ULONG ulIconSize);
    297299
    298300    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.