Changeset 9598 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Jan 3, 2003, 5:35:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r9356 r9598 1 /* $Id: oslibmsg.cpp,v 1.6 3 2002-10-28 12:22:31sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.64 2003-01-03 16:35:54 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 14 14 * 15 15 * TODO: Filter translation isn't correct! (for posted messages or messages that don't have 16 * a PM version. 16 * a PM version) 17 * 18 * TODO: Flaw in our message handling; we don't handle posted/sent (by the app) 19 * system messages properly if removed from the queue with PeekMessage. 20 * e.g. 21 * PostMessage(WM_KEYDOWN) 22 * PeekMessage(any, PM_NOREMOVE) 23 * ... 24 * PeekMessage(WM_KEYDOWN, WM_KEYDOWN, PM_REMOVE) 25 * 26 * So what we really need is a complete win to os2 message translation 27 * in Post/SendMessage. Quite a lot of work though... 17 28 * 18 29 */
Note:
See TracChangeset
for help on using the changeset viewer.