Ignore:
Timestamp:
Jan 5, 2002, 8:11:10 PM (24 years ago)
Author:
umoeller
Message:

Tons of updates for turbo folders and replacement icons.

File:
1 edited

Legend:

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

    r125 r127  
    270270    HBITMAP XWPENTRY gpihCreateBitmap2(HPS hpsMem, ULONG  cx, ULONG cy, ULONG cPlanes, ULONG cBitCount);
    271271
    272     HBITMAP XWPENTRY gpihCreateBmpFromPS(HAB hab, HPS hpsScreen, PRECTL prcl);
    273     typedef HBITMAP XWPENTRY GPIHCREATEBMPFROMPS(HAB hab, HPS hpsScreen, PRECTL prcl);
    274     typedef GPIHCREATEBMPFROMPS *PGPIHCREATEBMPFROMPS;
    275 
    276272    HBITMAP XWPENTRY gpihCreateHalftonedBitmap(HAB hab, HBITMAP hbmSource, LONG lColorGray);
    277273    typedef HBITMAP XWPENTRY GPIHCREATEHALFTONEDBITMAP(HAB hab, HBITMAP hbmSource, LONG lColorGray);
     
    344340    typedef GPIHDESTROYXBITMAP *PGPIHDESTROYXBITMAP;
    345341
     342    PXBITMAP gpihCreateBmpFromPS(HAB hab,
     343                                 HPS hpsScreen,
     344                                 PRECTL prcl);
     345
    346346#endif
    347347
Note: See TracChangeset for help on using the changeset viewer.