Ignore:
Timestamp:
Mar 29, 2000, 7:16:06 PM (25 years ago)
Author:
sandervl
Message:

Peek/GetMessage bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/windowmsg.cpp

    r3209 r3274  
    1 /* $Id: windowmsg.cpp,v 1.20 2000-03-23 23:06:53 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.21 2000-03-29 17:16:06 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    7272 BOOL fFoundMsg;
    7373
    74     fFoundMsg = OSLibWinPeekMsg(msg, 0, uMsgFilterMin, uMsgFilterMax,
     74    fFoundMsg = OSLibWinPeekMsg(msg, hwndOwner, uMsgFilterMin, uMsgFilterMax,
    7575                                fuRemoveMsg, FALSE);
    7676    if(fFoundMsg) {
     
    8888 BOOL fFoundMsg;
    8989
    90     fFoundMsg = OSLibWinPeekMsg(msg, 0, uMsgFilterMin, uMsgFilterMax,
     90    fFoundMsg = OSLibWinPeekMsg(msg, hwndOwner, uMsgFilterMin, uMsgFilterMax,
    9191                                fuRemoveMsg, FALSE);
    9292    if(fFoundMsg) {
Note: See TracChangeset for help on using the changeset viewer.