Changeset 8943 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jul 30, 2002, 8:48:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r8942 r8943 1 /* $Id: win32wbase.cpp,v 1.3 29 2002-07-30 18:20:42achimha Exp $ */1 /* $Id: win32wbase.cpp,v 1.330 2002-07-30 18:48:26 achimha Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2763 2763 getParent()->addChild(this); 2764 2764 fParentChange = TRUE; 2765 // in case we haven't finished creating the window whose parent we're 2766 // setting here, the OS/2 HWND might not exist yet and we call the PM 2767 // API with a NULLHANDLE - no problem 2768 // when we create the OS/2 window lateron, we will create it with the 2769 // right parent anyway. 2765 2770 OSLibWinSetParent(getOS2FrameWindowHandle(), getParent()->getOS2WindowHandle()); 2766 2771 if(!(getStyle() & WS_CHILD))
Note:
See TracChangeset
for help on using the changeset viewer.