Ignore:
Timestamp:
Nov 1, 2001, 6:37:28 PM (24 years ago)
Author:
umoeller
Message:

More updates.

File:
1 edited

Legend:

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

    r113 r115  
    5555                                        // coordinates); exclusive!
    5656
    57         ULONG       cxMiniIcon;         // system mini icon size
     57        ULONG       cxIconOrBitmap,     // icon size
     58                    cyIconOrBitmap;
    5859
    5960        LONG        lcol3DDark,         // lo-3D color
     
    6566    } XBUTTONDATA, *PXBUTTONDATA;
    6667
    67     #define XBF_FLAT                0x0001
     68    #define XBF_FLAT                0x00000001
     69    #define XBF_BITMAP              0x00000002
    6870
    6971    #define XBF_PRESSED             0x00010000
Note: See TracChangeset for help on using the changeset viewer.