Changeset 4463 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Oct 9, 2000, 7:26:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r3662 r4463 1 /* $Id: win32wmdiclient.cpp,v 1. 29 2000-06-07 14:51:33sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.30 2000-10-09 17:26:54 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 1257 1257 wndClass.cbWndExtra = 0; 1258 1258 wndClass.hCursor = 0; 1259 wndClass.hbrBackground = (HBRUSH) LTGRAY_BRUSH;1259 wndClass.hbrBackground = (HBRUSH)GetStockObject(GRAY_BRUSH); 1260 1260 wndClass.lpszClassName = MDICLIENTCLASSNAMEA; 1261 1261
Note:
See TracChangeset
for help on using the changeset viewer.