Ignore:
Timestamp:
Jan 9, 2000, 5:52:55 PM (26 years ago)
Author:
sandervl
Message:

titlebar/sysmenu fixes + LoadBitmap fix for system bitmaps

File:
1 edited

Legend:

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

    r2384 r2388  
    1 /* $Id: win32wbase.cpp,v 1.136 2000-01-09 15:56:04 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.137 2000-01-09 16:52:54 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    878878{
    879879  lastHitTestVal = SendInternalMessageA(WM_NCHITTEST, 0, MAKELONG((USHORT)x, (USHORT)y));
    880   dprintf(("MsgHitTest (%d,%d) (%d,%d) (%d,%d) returned %x", x, y, rectWindow.left, rectWindow.right, rectWindow.top, rectWindow.bottom, lastHitTestVal));
     880  dprintf2(("MsgHitTest (%d,%d) (%d,%d) (%d,%d) returned %x", x, y, rectWindow.left, rectWindow.right, rectWindow.top, rectWindow.bottom, lastHitTestVal));
    881881  return lastHitTestVal;
    882882}
     
    959959 BOOL  fClick = FALSE;
    960960
    961     dprintf(("MsgButton at (%d,%d)", msg->pt.x, msg->pt.y));
     961    dprintf2(("MsgButton at (%d,%d)", msg->pt.x, msg->pt.y));
    962962    switch(msg->message) {
    963963        case WM_LBUTTONDBLCLK:
Note: See TracChangeset for help on using the changeset viewer.