Ignore:
Timestamp:
Jan 9, 2000, 3:14:25 PM (26 years ago)
Author:
cbratschi
Message:

scrollbar support and many other things

File:
1 edited

Legend:

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

    r2379 r2381  
    1 /* $Id: oslibmsg.cpp,v 1.10 2000-01-08 17:08:55 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.11 2000-01-09 14:14:22 cbratschi Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    241241    } while (eaten);
    242242  }
     243
    243244  OS2ToWinMsgTranslate((PVOID)thdb, &os2msg, pMsg, isUnicode, MSG_REMOVE);
    244245  memcpy(MsgThreadPtr, &os2msg, sizeof(QMSG));
     
    278279        return TRUE;
    279280  }
     281
    280282continuepeekmsg:
    281283  do {
Note: See TracChangeset for help on using the changeset viewer.