Changeset 6941 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Oct 3, 2001, 8:37:53 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/oslibmsg.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r6620 r6941 1 /* $Id: oslibmsg.cpp,v 1.4 3 2001-09-01 12:41:42sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.44 2001-10-03 18:37:51 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 82 82 83 83 //TODO: Needs better translation! 84 WM_CHAR, WINWM_KEYDOWN, 84 WM_CHAR, WINWM_KEYDOWN, //WM_KEYFIRST 85 85 WM_CHAR, WINWM_KEYUP, 86 86 WM_CHAR, WINWM_CHAR, … … 97 97 // 98 98 //todo: not always right if mouse msg turns out to be for the nonclient window 99 WM_MOUSEMOVE, WINWM_MOUSEMOVE, 99 WM_MOUSEMOVE, WINWM_MOUSEMOVE, //WM_MOUSEFIRST 100 100 WM_BUTTON1DOWN, WINWM_LBUTTONDOWN, 101 101 WM_BUTTON1UP, WINWM_LBUTTONUP, … … 107 107 WM_BUTTON3UP, WINWM_MBUTTONUP, 108 108 WM_BUTTON3DBLCLK, WINWM_MBUTTONDBLCLK, 109 109 WM_BUTTON3DBLCLK, WINWM_MOUSEWHEEL, //WM_MOUSELAST 110 110 999999999, 999999999, 111 111 }; … … 270 270 do { 271 271 eaten = FALSE; 272 rc = WinGetMsg(teb->o.odin.hab, &os2msg, filtermin, filtermax, 0);272 rc = WinGetMsg(teb->o.odin.hab, &os2msg, 0, filtermin, filtermax); 273 273 if (os2msg.msg == WM_TIMER) 274 274 eaten = TIMER_HandleTimer(&os2msg);
Note:
See TracChangeset
for help on using the changeset viewer.
