Changeset 1057 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Sep 26, 1999, 12:10:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1050 r1057 1 /* $Id: win32wbase.cpp,v 1.1 3 1999-09-25 16:49:30 cbratschiExp $ */1 /* $Id: win32wbase.cpp,v 1.14 1999-09-26 10:10:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 825 825 // TODO: call TIMERPROC if not NULL 826 826 return SendInternalMessageA(WM_TIMER, TimerID, 0); 827 } 828 //****************************************************************************** 829 //****************************************************************************** 830 ULONG Win32BaseWindow::MsgScroll(ULONG msg, ULONG scrollCode, ULONG scrollPos) 831 { 832 //According to the SDK docs, the scrollbar handle (lParam) is 0 when the standard 833 //window scrollbars send these messages 834 return SendInternalMessageA(msg, MAKELONG(scrollCode, scrollPos), 0); 827 835 } 828 836 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.