Changeset 8702 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Jun 18, 2002, 11:32:26 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r8566 r8702 1 /* $Id: oslibmsgtranslate.cpp,v 1.8 8 2002-06-04 10:11:58sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.89 2002-06-18 09:32:26 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 437 437 HWND hwnd; 438 438 439 dprintf2(("WM_ NCMOUSEMOVE (%d,%d)", winMsg->pt.x, winMsg->pt.y));439 dprintf2(("WM_MOUSEMOVE (%d,%d)", winMsg->pt.x, winMsg->pt.y)); 440 440 DisableLogging(); 441 441 if(GetCapture() != winMsg->hwnd)
Note:
See TracChangeset
for help on using the changeset viewer.