Changeset 9101 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Aug 23, 2002, 5:06:01 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r9008 r9101 1 /* $Id: pmwindow.cpp,v 1.18 7 2002-08-15 15:45:45sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.188 2002-08-23 15:06:00 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 1070 1070 } 1071 1071 1072 //hack alert; PM crashes if child calls DestroyWindow for parent/owner in WM_DESTROY 1073 // handler; must postpone it, so do it here 1074 case WIN32APP_POSTPONEDESTROY: 1075 OSLibWinDestroyWindow(hwnd); 1076 break; 1077 //hack end 1078 1072 1079 #ifdef DEBUG 1073 1080 case WM_CLOSE:
Note:
See TracChangeset
for help on using the changeset viewer.