Changeset 8406 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- May 14, 2002, 11:06:49 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r8256 r8406 1 /* $Id: pmwindow.cpp,v 1.17 2 2002-04-13 06:19:31 birdExp $ */1 /* $Id: pmwindow.cpp,v 1.173 2002-05-14 09:06:49 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 1009 1009 break; 1010 1010 } 1011 if ((pswp->fl == SWP_FOCUSACTIVATE) || (pswp->fl == SWP_FOCUSDEACTIVATE)) 1012 { 1013 dprintf(("Pure focus flags are not sent to win32 windows")); 1014 goto RunDefFrameWndProc; 1015 } 1016 1011 1017 //CB: show dialog in front of owner 1012 1018 if (win32wnd->IsModalDialogOwner())
Note:
See TracChangeset
for help on using the changeset viewer.