Changeset 9342 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 11, 2002, 4:58:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9265 r9342 1 /* $Id: win32wbase.cpp,v 1.34 0 2002-09-19 09:37:42sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.341 2002-10-11 14:58:36 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2903 2903 OSLibWinSetParent(getOS2FrameWindowHandle(), OSLIB_HWND_DESKTOP); 2904 2904 2905 setWindowId(0); 2905 //Do not change the window id! 2906 //// setWindowId(0); 2906 2907 } 2907 2908 /* SetParent additionally needs to make hwndChild the topmost window
Note:
See TracChangeset
for help on using the changeset viewer.