Ignore:
Timestamp:
Feb 27, 2004, 3:38:03 PM (21 years ago)
Author:
sandervl
Message:

Reassert open DC transformation and y-inversion after SetWindowPos is called

File:
1 edited

Legend:

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

    r10406 r10485  
    1 /* $Id: win32wbase.cpp,v 1.385 2004-01-19 12:39:02 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.386 2004-02-27 14:38:03 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    26622662        InvalidateRect(getWindowHandle(), NULL, TRUE);
    26632663    }
     2664
     2665    if(!(fuFlags & SWP_NOSIZE))
     2666    {
     2667        // We must call this function or open DC will get out of sync
     2668        // (PM will not always send us a WM_VRNENABLED message)
     2669        RecalcVisibleRegion(this);
     2670    }
    26642671    return (rc);
    26652672}
Note: See TracChangeset for help on using the changeset viewer.