Changeset 2834 for trunk/src/user32/scroll.cpp
- Timestamp:
- Feb 20, 2000, 7:28:35 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/scroll.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r2804 r2834 1 /* $Id: scroll.cpp,v 1.3 4 2000-02-16 14:34:32 sandervlExp $ */1 /* $Id: scroll.cpp,v 1.35 2000-02-20 18:28:33 cbratschi Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 23 23 #include "pmframe.h" 24 24 25 #define DBG_LOCALLOG DBG_scroll25 #define DBG_LOCALLOG DBG_scroll 26 26 #include "dbglocal.h" 27 27 … … 1196 1196 INT action = 0; 1197 1197 1198 dprintf(("USER32: SetScrollInfo "));1198 dprintf(("USER32: SetScrollInfo %x %d",hwnd,nBar)); 1199 1199 1200 1200 if (!(infoPtr = SCROLL_GetInfoPtr(hwnd,nBar))) return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
