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/new/oslibmsg.cpp

    r2381 r2400  
    1 /* $Id: oslibmsg.cpp,v 1.11 2000-01-09 14:14:22 cbratschi Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.12 2000-01-10 23:29:12 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
     
    230231        while(rc == FALSE);
    231232
    232     return (pMsg->message == WINWM_QUIT);
     233        return (pMsg->message == WINWM_QUIT);
    233234  }
    234235  else
Note: See TracChangeset for help on using the changeset viewer.