Changeset 3274 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Mar 29, 2000, 7:16:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r3209 r3274 1 /* $Id: windowmsg.cpp,v 1.2 0 2000-03-23 23:06:53sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.21 2000-03-29 17:16:06 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 72 72 BOOL fFoundMsg; 73 73 74 fFoundMsg = OSLibWinPeekMsg(msg, 0, uMsgFilterMin, uMsgFilterMax,74 fFoundMsg = OSLibWinPeekMsg(msg, hwndOwner, uMsgFilterMin, uMsgFilterMax, 75 75 fuRemoveMsg, FALSE); 76 76 if(fFoundMsg) { … … 88 88 BOOL fFoundMsg; 89 89 90 fFoundMsg = OSLibWinPeekMsg(msg, 0, uMsgFilterMin, uMsgFilterMax,90 fFoundMsg = OSLibWinPeekMsg(msg, hwndOwner, uMsgFilterMin, uMsgFilterMax, 91 91 fuRemoveMsg, FALSE); 92 92 if(fFoundMsg) {
Note:
See TracChangeset
for help on using the changeset viewer.