- Timestamp:
- Oct 19, 1999, 8:02:08 PM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 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 //****************************************************************************** -
trunk/src/user32/win32wmdiclient.h
r1114 r1361 1 /* $Id: win32wmdiclient.h,v 1. 2 1999-10-03 20:38:02sandervl Exp $ */1 /* $Id: win32wmdiclient.h,v 1.3 1999-10-19 18:02:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 59 59 LRESULT destroyChild(Win32MDIChildWindow *child, BOOL flagDestroy ); 60 60 61 LRESULT setMDIMenu(HMENU hmenuFrame, HMENU hmenuWindow); 62 61 63 LRESULT MDIClientWndProc(UINT message, WPARAM wParam, LPARAM lParam); 62 64
Note:
See TracChangeset
for help on using the changeset viewer.