Changeset 21340 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Sep 6, 2009, 12:22:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r10240 r21340 397 397 // only supposed to be called upon WM_KEYDOWN 398 398 // and WM_KEYUP according to docs. 399 dprintf(("OSLibWinGetMsg: ProcessKbdHook call")); 399 400 if(ProcessKbdHook(pMsg, TRUE)) 400 401 goto continuegetmsg; … … 519 520 // only supposed to be called upon WM_KEYDOWN 520 521 // and WM_KEYUP according to docs. 522 dprintf(("OSLibWinPeekMsg: ProcessKbdHook call")); 521 523 if(ProcessKbdHook(pMsg, fRemove)) 522 524 goto continuepeekmsg;
Note:
See TracChangeset
for help on using the changeset viewer.