Changeset 6243 for trunk/src/user32/scroll.cpp
- Timestamp:
- Jul 8, 2001, 10:06:15 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r6043 r6243 1 /* $Id: scroll.cpp,v 1.4 1 2001-06-18 09:00:50sandervl Exp $ */1 /* $Id: scroll.cpp,v 1.42 2001-07-08 08:06:15 sandervl Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 21 21 #include "oslibwin.h" 22 22 #include "initterm.h" 23 #include "pmwindow.h" 23 24 24 25 #define DBG_LOCALLOG DBG_scroll … … 994 995 UINT pos; 995 996 997 #ifdef __WIN32OS2__ 998 if (!SCROLL_PtInRectEx( &rect, pt, vertical ) && !fOS2Look) pos = lastClickPos; 999 #else 996 1000 if (!SCROLL_PtInRectEx( &rect, pt, vertical )) pos = lastClickPos; 1001 #endif 997 1002 else 998 1003 {
Note:
See TracChangeset
for help on using the changeset viewer.