Changeset 1368 for trunk/src/user32/button.cpp
- Timestamp:
- Oct 20, 1999, 8:38:10 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/button.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1343 r1368 1 /* $Id: button.cpp,v 1.1 2 1999-10-17 19:32:04 cbratschiExp $ */1 /* $Id: button.cpp,v 1.13 1999-10-20 06:38:08 sandervl Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 13 13 #include <stdlib.h> 14 14 15 #include "winuser.h" 16 #include "winbase.h" 15 #include <os2win.h> 17 16 #include "controls.h" 18 17 #include "button.h" … … 1057 1056 FillRect( hDC, &dis.rcItem, GetSysColorBrush( COLOR_BTNFACE ) ); 1058 1057 1058 dprintf(("OWNERDRAW button %x, enabled %d", hwnd, !(dwStyle & WS_DISABLED))); 1059 1059 SendMessageA( GetParent(hwnd), WM_DRAWITEM, 1060 1060 GetWindowLongA(hwnd,GWL_ID), (LPARAM)&dis );
Note:
See TracChangeset
for help on using the changeset viewer.
