Changeset 387 for trunk/src/user32/new/button.cpp
- Timestamp:
- Jul 24, 1999, 7:10:26 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/button.cpp
r384 r387 1 /* $Id: button.cpp,v 1. 8 1999-07-24 12:40:20cbratschi Exp $ */1 /* $Id: button.cpp,v 1.9 1999-07-24 17:10:24 cbratschi Exp $ */ 2 2 /* File: button.c -- Button type widgets 3 3 * … … 915 915 wndClass.cbWndExtra = sizeof(BUTTONINFO); 916 916 wndClass.hCursor = LoadCursorA(0,IDC_ARROWA); 917 wndClass.hbrBackground = (HBRUSH) (COLOR_3DFACE+1);917 wndClass.hbrBackground = (HBRUSH)0; 918 918 wndClass.lpszClassName = BUTTONCLASSNAME; 919 919
Note:
See TracChangeset
for help on using the changeset viewer.