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/comctl.h

    r168 r178  
    560560     *
    561561     *@@changed V0.9.0: added fields for bitmap support
    562      *@@changed V0.9.16 (2001-10-15) [umoeller]: added ulIconSize
     562     *@@changed V0.9.16 (2001-10-15) [umoeller]: added lIconSize
     563     *@@changed V0.9.19 (2002-06-18) [umoeller]: added szlIcon
    563564     */
    564565
     
    573574                // -- ANF_BITMAP: display bitmaps
    574575                // -- ANF_BITMAP | ANF_PROPORTIONAL: display bitmaps, but preserve proportions
    575         LONG        lIconSize;         // system icon size V0.9.16 (2001-10-15) [umoeller]
     576        SIZEL       szlIcon;            // system icon size V0.9.19 (2002-06-18) [umoeller]
    576577        RECTL       rclIcon;            // size of static control
    577578        PFNWP       OldStaticProc;      // original WC_STATIC wnd proc
Note: See TracChangeset for help on using the changeset viewer.