Changeset 9230 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Sep 12, 2002, 11:30:06 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r9143 r9230 1 /* $Id: oslibwin.cpp,v 1.12 6 2002-08-27 09:30:50sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.127 2002-09-12 09:30:06 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 1211 1211 } 1212 1212 //****************************************************************************** 1213 //****************************************************************************** 1213 //PF This was added for IBM Wheel Mouse driver - it searches for scrollbars and 1214 //only if they exist sends WM_VSCROLL messages to the window 1215 //****************************************************************************** 1216 HWND OSLibWinCreateInvisibleScroller(HWND parentHWND, int direction) 1217 { 1218 return WinCreateWindow(parentHWND, WC_SCROLLBAR, NULL, direction, 1219 0, 0, 0, 0, parentHWND, HWND_BOTTOM, 1, NULL, NULL); 1220 } 1221 //****************************************************************************** 1222 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.