Ignore:
Timestamp:
Jan 5, 2000, 10:25:08 PM (26 years ago)
Author:
cbratschi
Message:

single frame works now

File:
1 edited

Legend:

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

    r2314 r2335  
    1 /* $Id: oslibmsg.cpp,v 1.8 2000-01-03 22:53:16 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.9 2000-01-05 21:25:03 cbratschi Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    225225        while(rc == FALSE);
    226226
    227         return rc;
     227        return rc;
    228228  }
    229229  else
     
    237237  }
    238238  if(rc) {
    239         OS2ToWinMsgTranslate((PVOID)thdb, &os2msg, pMsg, isUnicode, MSG_REMOVE);
     239        OS2ToWinMsgTranslate((PVOID)thdb, &os2msg, pMsg, isUnicode, MSG_REMOVE);
    240240        memcpy(MsgThreadPtr, &os2msg, sizeof(QMSG));
    241241  }
     
    410410
    411411    return yyrc;
    412 } 
     412}
    413413//******************************************************************************
    414414BOOL OSLibPostThreadMessage(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode)
Note: See TracChangeset for help on using the changeset viewer.