Changeset 1361 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Oct 19, 1999, 8:02:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r1357 r1361 1 /* $Id: win32wmdiclient.cpp,v 1. 7 1999-10-19 12:52:30sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.8 1999-10-19 18:02:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 44 44 frameTitle(NULL), mdiFlags(0), idFirstChild(0), hWindowMenu(0), 45 45 sbRecalc(0), 46 Win32BaseWindow(lpCreateStructA, classAtom, isUnicode) 47 { 46 Win32BaseWindow(OBJTYPE_WINDOW) 47 { 48 Init(); 49 this->isUnicode = isUnicode; 50 CreateWindowExA(lpCreateStructA, classAtom); 48 51 } 49 52 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.