Changeset 2486 for trunk/src


Ignore:
Timestamp:
Jan 20, 2000, 10:45:07 PM (26 years ago)
Author:
sandervl
Message:

Call MsgChar for WM_CHAR messages (dinput notification)

File:
1 edited

Legend:

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

    r2483 r2486  
    1 /* $Id: pmwindow.cpp,v 1.79 2000-01-20 16:48:56 cbratschi Exp $ */
     1/* $Id: pmwindow.cpp,v 1.80 2000-01-20 21:45:07 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    356356
    357357    case WM_CHAR:
    358         win32wnd->DispatchMsgA(pWinMsg);
     358        win32wnd->MsgChar(pWinMsg);
    359359        break;
    360360
Note: See TracChangeset for help on using the changeset viewer.