Changeset 5060 for trunk/src/user32/window.cpp
- Timestamp:
- Feb 3, 2001, 7:52:03 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r4848 r5060 1 /* $Id: window.cpp,v 1.8 6 2000-12-29 18:40:00sandervl Exp $ */1 /* $Id: window.cpp,v 1.87 2001-02-03 18:52:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 321 321 } 322 322 //****************************************************************************** 323 //Note: does not set last error if no parent (verified in NT4, SP6) 323 324 //****************************************************************************** 324 325 HWND WIN32API GetParent( HWND hwnd) … … 332 333 return 0; 333 334 } 334 // dprintf(("GetParent %x", hwnd));335 dprintf2(("GetParent %x", hwnd)); 335 336 return window->GetParent(); 336 337 } … … 348 349 } 349 350 if(hwndNewParent == HWND_DESKTOP) { 350 hwndNewParent = GetDesktopWindow();351 hwndNewParent = GetDesktopWindow(); 351 352 } 352 353 else {
Note:
See TracChangeset
for help on using the changeset viewer.