Changeset 2388 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jan 9, 2000, 5:52:55 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r2384 r2388 1 /* $Id: win32wbase.cpp,v 1.13 6 2000-01-09 15:56:04 sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.137 2000-01-09 16:52:54 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 878 878 { 879 879 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)); 881 881 return lastHitTestVal; 882 882 } … … 959 959 BOOL fClick = FALSE; 960 960 961 dprintf (("MsgButton at (%d,%d)", msg->pt.x, msg->pt.y));961 dprintf2(("MsgButton at (%d,%d)", msg->pt.x, msg->pt.y)); 962 962 switch(msg->message) { 963 963 case WM_LBUTTONDBLCLK:
Note:
See TracChangeset
for help on using the changeset viewer.