Changeset 5258 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Feb 23, 2001, 3:52:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r5217 r5258 1 /* $Id: win32wmdiclient.cpp,v 1.3 3 2001-02-20 17:22:06sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.34 2001-02-23 14:52:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 1329 1329 wndClass.cbClsExtra = 0; 1330 1330 wndClass.cbWndExtra = 0; 1331 wndClass.hCursor = 0;1331 wndClass.hCursor = LoadCursorA(0,IDC_ARROWA);; 1332 1332 wndClass.hbrBackground = (HBRUSH)GetStockObject(GRAY_BRUSH); 1333 1333 wndClass.lpszClassName = MDICLIENTCLASSNAMEA;
Note:
See TracChangeset
for help on using the changeset viewer.