Ignore:
Timestamp:
Jun 8, 2000, 8:10:12 PM (25 years ago)
Author:
sandervl
Message:

lots of fixes + changes (see ChangeLog)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r3662 r3679  
    1 /* $Id: pmwindow.cpp,v 1.92 2000-06-07 14:51:27 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.93 2000-06-08 18:10:10 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    255255
    256256        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        }
    258262        //CB: show dialog in front of owner
    259263        if (win32wnd->IsModalDialogOwner())
Note: See TracChangeset for help on using the changeset viewer.