Changeset 1724 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Nov 13, 1999, 5:42:43 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbase.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1704 r1724 1 /* $Id: win32wbase.cpp,v 1.8 1 1999-11-11 13:17:31 sandervlExp $ */1 /* $Id: win32wbase.cpp,v 1.82 1999-11-13 16:42:43 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1325 1325 horzScrollInfo->MaxVal = 100; 1326 1326 horzScrollInfo->flags = ESB_ENABLE_BOTH; 1327 dwStyle |= WS_HSCROLL;1328 1327 } 1329 1328 … … 1334 1333 vertScrollInfo->MaxVal = 100; 1335 1334 vertScrollInfo->flags = ESB_ENABLE_BOTH; 1336 dwStyle |= WS_VSCROLL;1337 1335 } 1338 1336
Note:
See TracChangeset
for help on using the changeset viewer.
