Ignore:
Timestamp:
Jan 8, 2004, 5:43:29 PM (22 years ago)
Author:
umoeller
Message:

Fixes that have piled up in the last three months.

File:
1 edited

Legend:

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

    r206 r257  
    449449    #define XS_VSCROLL          0x0001      // show vertical scroll bar
    450450    #define XS_HSCROLL          0x0002      // show horizontal scroll bar
    451     #define XS_AUTOVHIDE        0x0004      // with XTXF_VSCROLL: automatically hide scrollbar
    452     #define XS_AUTOHHIDE        0x0008      // with XTXF_HSCROLL: automatically hide scrollbar
     451    #define XS_AUTOVHIDE        0x0004      // with XS_VSCROLL: automatically hide scrollbar
     452    #define XS_AUTOHHIDE        0x0008      // with XS_HSCROLL: automatically hide scrollbar
    453453
    454454    // handy macro V0.9.20 (2002-08-10) [umoeller]
Note: See TracChangeset for help on using the changeset viewer.