Changeset 3679 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Jun 8, 2000, 8:10:12 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/pmwindow.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r3662 r3679 1 /* $Id: pmwindow.cpp,v 1.9 2 2000-06-07 14:51:27sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.93 2000-06-08 18:10:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 255 255 256 256 dprintf(("OS2: WM_ADJUSTWINDOWPOS %x %x %x (%d,%d) (%d,%d)", win32wnd->getWindowHandle(), pswp->hwnd, pswp->fl, pswp->x, pswp->y, pswp->cx, pswp->cy)); 257 257 258 if(pswp->fl & SWP_NOADJUST) { 259 //ignore weird messages (TODO: why are they sent?) 260 break; 261 } 258 262 //CB: show dialog in front of owner 259 263 if (win32wnd->IsModalDialogOwner())
Note:
See TracChangeset
for help on using the changeset viewer.
