Ignore:
Timestamp:
Jul 3, 2001, 10:36:54 PM (24 years ago)
Author:
sandervl
Message:

More ToAscii fixes

File:
1 edited

Legend:

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

    r6101 r6157  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.55 2001-06-25 20:52:03 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.56 2001-07-03 20:36:54 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    596596
    597597        dprintf(("PM: WM_CHAR: %x %x %d %x", SHORT1FROMMP(os2Msg->mp2), SHORT2FROMMP(os2Msg->mp2), repeatCount, scanCode));
    598         dprintf(("PM: WM_CHAR: hwnd %x flags %x", win32wnd->getWindowHandle(), flags));
     598        dprintf(("PM: WM_CHAR: hwnd %x flags %x mp1 %x, mp2 %x", win32wnd->getWindowHandle(), flags, os2Msg->mp1, os2Msg->mp2));
    599599
    600600        // vitali add begin
Note: See TracChangeset for help on using the changeset viewer.