Changeset 7195 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 24, 2001, 5:41:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7183 r7195 1 /* $Id: win32wbase.cpp,v 1.29 4 2001-10-24 10:26:45sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.295 2001-10-24 15:41:54 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1080 1080 BOOL fClick = FALSE; 1081 1081 1082 // dprintf(("MsgButton at (%d,%d)", msg->pt.x, msg->pt.y));1082 dprintf(("MsgButton %d at (%d,%d)", msg->message, msg->pt.x, msg->pt.y)); 1083 1083 switch(msg->message) { 1084 1084 case WM_LBUTTONDBLCLK: … … 1088 1088 { 1089 1089 msg->message = msg->message - (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN); //dblclick -> down 1090 MsgButton(msg);1091 msg->message++; //button-up1092 1090 return MsgButton(msg); 1093 1091 }
Note:
See TracChangeset
for help on using the changeset viewer.