Changeset 7702 for trunk/src


Ignore:
Timestamp:
Dec 30, 2001, 11:47:43 AM (24 years ago)
Author:
sandervl
Message:

more logging

File:
1 edited

Legend:

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

    r7683 r7702  
    1 /* $Id: dc.cpp,v 1.114 2001-12-26 11:35:38 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.115 2001-12-30 10:47:43 sandervl Exp $ */
    22
    33/*
     
    13761376         dprintf (("User32: UpdateWindow hwnd %x: update rectangle (%d,%d)(%d,%d)", hwnd, rectUpdate.left, rectUpdate.top, rectUpdate.right, rectUpdate.bottom));
    13771377    }
    1378     else dprintf (("User32: UpdateWindow hwnd %x; EMPTY update rectangle (vis=%d/%d, show=%d/%d)", hwnd, WinIsWindowVisible(wnd->getOS2FrameWindowHandle()), WinIsWindowVisible(wnd->getOS2WindowHandle()), WinIsWindowShowing(wnd->getOS2FrameWindowHandle()), WinIsWindowShowing(wnd->getOS2WindowHandle())));
     1378    else dprintf (("User32: UpdateWindow hwnd %x; EMPTY update rectangle (vis=%d/%d, show=%d/%d, vis parent=%d)", hwnd, WinIsWindowVisible(wnd->getOS2FrameWindowHandle()), WinIsWindowVisible(wnd->getOS2WindowHandle()), WinIsWindowShowing(wnd->getOS2FrameWindowHandle()), WinIsWindowShowing(wnd->getOS2WindowHandle()), IsWindowVisible(GetParent(hwnd))));
    13791379#endif
    13801380    //SvL: This doesn't work right (Wine uses RDW_NOCHILDREN_W -> doesn't work here)
Note: See TracChangeset for help on using the changeset viewer.