Ignore:
Timestamp:
Jan 3, 2003, 5:35:58 PM (23 years ago)
Author:
sandervl
Message:

Merged Rewind menu control

File:
1 edited

Legend:

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

    r9356 r9598  
    1 /* $Id: oslibmsg.cpp,v 1.63 2002-10-28 12:22:31 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.64 2003-01-03 16:35:54 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    1414 *
    1515 * TODO: Filter translation isn't correct! (for posted messages or messages that don't have
    16  *       a PM version.
     16 *       a PM version)
     17 *
     18 * TODO: Flaw in our message handling; we don't handle posted/sent (by the app)
     19 *       system messages properly if removed from the queue with PeekMessage.
     20 *       e.g.
     21 *       PostMessage(WM_KEYDOWN)
     22 *       PeekMessage(any, PM_NOREMOVE)
     23 *       ...
     24 *       PeekMessage(WM_KEYDOWN, WM_KEYDOWN, PM_REMOVE)
     25 *
     26 *       So what we really need is a complete win to os2 message translation
     27 *       in Post/SendMessage. Quite a lot of work though...
    1728 *
    1829 */
Note: See TracChangeset for help on using the changeset viewer.