Ignore:
Timestamp:
Jan 11, 2000, 12:29:16 AM (26 years ago)
Author:
sandervl
Message:

get/peekmessage fixes, timer fix, (user/new) replaced wm_hittest code; added wm_ncactivate, changed system menu

File:
1 edited

Legend:

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

    r2378 r2400  
    1 /* $Id: oslibmsg.cpp,v 1.23 2000-01-08 16:53:38 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.24 2000-01-10 23:29:11 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    183183        }
    184184        //SvL: Don't dispatch messages sent by PostThreadMessage (correct??)
     185        //     Or WM_TIMER msgs with no window handle or timer proc
    185186        return 0;
    186187
     
    219220        MsgThreadPtr->msg  = 0;
    220221        MsgThreadPtr->hwnd = 0;
    221         return TRUE;
     222        return (pMsg->message == WINWM_QUIT);
    222223  }
    223224
     
    276277        }
    277278        memcpy(pMsg, &thdb->msgWCHAR, sizeof(MSG));
    278         return TRUE;
     279        return (pMsg->message == WINWM_QUIT);
    279280  }
    280281continuepeekmsg:
Note: See TracChangeset for help on using the changeset viewer.