Changeset 1118 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 4, 1999, 11:56:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1063 r1118 1 /* $Id: win32dlg.cpp,v 1. 5 1999-09-26 14:44:58sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.6 1999-10-04 09:56:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 19 19 #include <win32dlg.h> 20 20 #include "oslibmsg.h" 21 #include "win32wdesktop.h" 21 22 22 23 #define DEFAULT_DLGFONT "9.WarpSans" … … 229 230 /* Owner must be a top-level window */ 230 231 if(getOwner() == NULL) { 231 dprintf(("Dialog box has no owner!!!"));232 return -1;233 }234 topOwner = getOwner()->getTopParent(); 232 topOwner = windowDesktop; 233 } 234 else topOwner = getOwner()->getTopParent(); 235 235 236 if(topOwner == NULL) { 236 237 dprintf(("Dialog box has no top owner!!!"));
Note:
See TracChangeset
for help on using the changeset viewer.