Changeset 9001 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Aug 14, 2002, 12:37:45 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r8999 r9001 1 /* $Id: win32wbase.cpp,v 1.33 4 2002-08-13 20:39:51sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.335 2002-08-14 10:37:44 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2752 2752 // sent. VPC enables the owner when it receives that message, 2753 2753 // but by then it's too late. 2754 // (MFC created modeless dialog) 2755 //TODO: This might be the wrong place to do it. EndDialog is called, 2756 // so perhaps it should be done there. (although Wine only 2757 // enables the owner if the dialog is modal) 2754 2758 ::EnableWindow(owner->getWindowHandle(), 1); 2755 2759 }
Note:
See TracChangeset
for help on using the changeset viewer.