Changeset 3565 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- May 19, 2000, 3:09:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r3525 r3565 1 /* $Id: win32wbase.cpp,v 1.18 7 2000-05-12 18:09:42sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.188 2000-05-19 13:09:00 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 759 759 if((getStyle() & WS_CHILD) && !(getExStyle() & WS_EX_NOPARENTNOTIFY)) 760 760 { 761 if(getParent() )761 if(getParent() && getParent()->IsWindowDestroyed() == FALSE) 762 762 { 763 763 /* Notify the parent window only */ … … 2041 2041 dprintf(("ShowWindow %x %x", getWindowHandle(), nCmdShow)); 2042 2042 2043 if(getWindowHandle() == 0x68000002) {2044 // DebugInt3();2045 }2046 2043 switch(nCmdShow) 2047 2044 {
Note:
See TracChangeset
for help on using the changeset viewer.