Changeset 9865 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Feb 27, 2003, 3:22:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r8962 r9865 1 /* $Id: windowmsg.cpp,v 1. 39 2002-08-05 16:31:27sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.40 2003-02-27 14:22:22 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 155 155 156 156 pos = OSLibWinGetMessagePos(); 157 dprintf(("USER32: GetMessagePos -> (%d,%d)", HIWORD(pos), LOWORD(pos)));157 dprintf(("USER32: GetMessagePos -> (%d,%d)", LOWORD(pos), HIWORD(pos))); 158 158 return pos; 159 159 }
Note:
See TracChangeset
for help on using the changeset viewer.