Changeset 2458 for trunk/src/user32/new/scroll.cpp
- Timestamp:
- Jan 16, 2000, 7:17:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/scroll.cpp
r2433 r2458 1 /* $Id: scroll.cpp,v 1.1 1 2000-01-13 20:11:37 sandervlExp $ */1 /* $Id: scroll.cpp,v 1.12 2000-01-16 18:17:11 cbratschi Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 73 73 static BOOL SCROLL_MovingThumb = FALSE; 74 74 75 // Get the infoPtr: works only with scrollbar handles76 77 75 static SCROLLBAR_INFO *SCROLL_GetInfoPtr( HWND hwnd, INT nBar ) 78 76 { 79 77 Win32BaseWindow *win32wnd; 80 HWND hwndFrame;81 78 82 79 switch(nBar)
Note:
See TracChangeset
for help on using the changeset viewer.