Changeset 6254 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Jul 8, 2001, 5:51:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r6166 r6254 1 /* $Id: pmwindow.cpp,v 1.13 8 2001-07-04 09:29:51sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.139 2001-07-08 15:51:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 490 490 491 491 case WM_CHAR: 492 dprintf(("OS2: WM_CHAR %x %x %x, %x %x", win32wnd->getWindowHandle(), mp1, mp2, pWinMsg->wParam, pWinMsg->lParam)); 492 493 win32wnd->MsgChar(pWinMsg); 493 494 break; 494 495 495 496 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())); 497 498 win32wnd->DispatchMsgA(pWinMsg); 498 499 goto RunDefWndProc;
Note:
See TracChangeset
for help on using the changeset viewer.