Ignore:
Timestamp:
Dec 4, 2002, 4:23:41 PM (23 years ago)
Author:
sandervl
Message:

extra logging + support for postponed ddraw resize

File:
1 edited

Legend:

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

    r9418 r9463  
    1 /* $Id: win32wbase.cpp,v 1.343 2002-11-20 12:59:06 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.344 2002-12-04 15:23:40 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    24992499     //we will update the restore position at the end of this method
    25002500        if(!(wpos.flags & SWP_NOSIZE)) {
     2501            //TODO: updating the window rectangle doesn't look right
    25012502            wpos.flags |= SWP_NOSIZE;
    25022503            rectWindow.right  = rectWindow.left + wpos.cx;
    25032504            rectWindow.bottom = rectWindow.top + wpos.cy;
     2505            dprintf(("WARNING: Don't allow size change for minimized window; only save new restore position"));
     2506            dprintf(("new window rectangle (%d,%d)(%d,%d)", rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));
    25042507        }
    25052508    }
Note: See TracChangeset for help on using the changeset viewer.