Changeset 9256 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Sep 17, 2002, 12:24:02 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r9230 r9256 1 /* $Id: oslibwin.cpp,v 1.12 7 2002-09-12 09:30:06sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.128 2002-09-17 10:24:02 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 109 109 NULL, dwWinStyle | WS_VISIBLE, 0, 0, 0, 0, 110 110 *hwndFrame, HWND_TOP, FID_CLIENT, NULL, NULL); 111 111 //@PF For all top-level windows we create invisible vertical scroller 112 //to show IBM wheel driver that we need WM_VSCROLL messages 113 if (hwndParent == HWND_DESKTOP && *hwndFrame) 114 OSLibWinCreateInvisibleScroller(*hwndFrame, SBS_VERT); 112 115 return hwndClient; 113 116 }
Note:
See TracChangeset
for help on using the changeset viewer.