Ignore:
Timestamp:
Sep 19, 2001, 5:39:52 PM (24 years ago)
Author:
sandervl
Message:

ported the Wine MDI control + some menu fixes

File:
1 edited

Legend:

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

    r6420 r6762  
    1 /* $Id: windowmsg.cpp,v 1.28 2001-07-30 20:48:52 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.29 2001-09-19 15:39:52 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    107107    dprintf2(("PeekMessageW %x %d-%d %d", hwndOwner, uMsgFilterMin, uMsgFilterMax, fuRemoveMsg));
    108108    fFoundMsg = OSLibWinPeekMsg(msg, hwndOwner, uMsgFilterMin, uMsgFilterMax,
    109                                 fuRemoveMsg, FALSE);
     109                                fuRemoveMsg, TRUE);
    110110    if(fFoundMsg) {
    111111        dprintf2(("PeekMessageW %x %d-%d %d found message %x %d %x %x", hwndOwner, uMsgFilterMin, uMsgFilterMax, fuRemoveMsg, msg->hwnd, msg->message, msg->wParam, msg->lParam));
Note: See TracChangeset for help on using the changeset viewer.