Ignore:
Timestamp:
Jul 8, 2001, 5:51:43 PM (24 years ago)
Author:
sandervl
Message:

edit control bugfix (selected text); key translation additions; clipboard memory handle translation added

File:
1 edited

Legend:

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

    r6166 r6254  
    1 /* $Id: pmwindow.cpp,v 1.138 2001-07-04 09:29:51 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.139 2001-07-08 15:51:42 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    490490
    491491    case WM_CHAR:
     492        dprintf(("OS2: WM_CHAR %x %x %x, %x %x", win32wnd->getWindowHandle(), mp1, mp2, pWinMsg->wParam, pWinMsg->lParam));
    492493        win32wnd->MsgChar(pWinMsg);
    493494        break;
    494495
    495496    case WM_TIMER:
    496         dprintf(("WM_TIMER %x %x time %x", win32wnd->getWindowHandle(), pWinMsg->wParam, GetTickCount()));
     497        dprintf(("OS2: WM_TIMER %x %x time %x", win32wnd->getWindowHandle(), pWinMsg->wParam, GetTickCount()));
    497498        win32wnd->DispatchMsgA(pWinMsg);
    498499        goto RunDefWndProc;
Note: See TracChangeset for help on using the changeset viewer.