- Timestamp:
- Nov 24, 1999, 9:28:21 PM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1831 r1837 1 /* $Id: win32wbase.cpp,v 1.9 3 1999-11-24 19:32:22sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.94 1999-11-24 20:28:20 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 415 415 else 416 416 { 417 SetParent(windowDesktop->getWindowHandle());418 417 if (!cs->hwndParent || cs->hwndParent == windowDesktop->getWindowHandle()) { 419 418 owner = NULL; -
trunk/src/user32/win32wdesktop.cpp
r1831 r1837 1 /* $Id: win32wdesktop.cpp,v 1. 6 1999-11-24 19:32:23sandervl Exp $ */1 /* $Id: win32wdesktop.cpp,v 1.7 1999-11-24 20:28:21 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Desktop Window for OS/2 … … 53 53 DebugInt3(); 54 54 } 55 dprintf(("Desktop window %x", Win32Hwnd)); 55 56 56 57 /* Find the window class */
Note:
See TracChangeset
for help on using the changeset viewer.