Ignore:
Timestamp:
Jul 4, 2000, 10:42:07 AM (25 years ago)
Author:
sandervl
Message:

Rewrote Set/GetViewportExtEx, Set/GetMapMode & moved them from gdi32 to user32 + titlebar fix

File:
1 edited

Legend:

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

    r3783 r3800  
    1 /* $Id: pmwindow.cpp,v 1.97 2000-07-01 09:51:52 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.98 2000-07-04 08:42:06 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    694694
    695695        rc = WinQueryUpdateRect(hwnd, &rectl);
    696         dprintf(("OS2: WM_PAINT %x (%d,%d) (%d,%d)", win32wnd->getWindowHandle(), rectl.xLeft, rectl.yBottom, rectl.xRight, rectl.yTop));
     696        dprintf(("OS2: WM_PAINT %x (%d,%d) (%d,%d) rc=%d", win32wnd->getWindowHandle(), rectl.xLeft, rectl.yBottom, rectl.xRight, rectl.yTop, rc));
    697697        if(rc && win32wnd->IsWindowCreated() && (rectl.xLeft != rectl.xRight &&
    698698           rectl.yBottom != rectl.yTop))
Note: See TracChangeset for help on using the changeset viewer.