Changeset 3482 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- May 2, 2000, 10:50:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r3388 r3482 1 /* $Id: oslibmsgtranslate.cpp,v 1.2 8 2000-04-15 15:11:13sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.29 2000-05-02 20:50:49 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 194 194 win32wnd = win32wnd->getParent(); 195 195 } 196 dprintf(("Rerouting mouse messages to parent %x of disabled window %x", win32wnd->getWindowHandle(), winMsg->hwnd)); 196 197 fWasDisabled = TRUE; 197 198 } … … 246 247 win32wnd = win32wnd->getParent(); 247 248 } 249 dprintf(("Rerouting mouse messages to parent %x of disabled window %x", win32wnd->getWindowHandle(), winMsg->hwnd)); 248 250 fWasDisabled = TRUE; 249 251 } … … 636 638 637 639 dprintf(("PM: WM_CHAR: %x %x %d %x", SHORT1FROMMP(os2Msg->mp2), SHORT2FROMMP(os2Msg->mp2), repeatCount, scanCode)); 638 dprintf(("PM: WM_CHAR: %x", flags));640 dprintf(("PM: WM_CHAR: hwnd %x flags %x", win32wnd->getWindowHandle(), flags)); 639 641 640 642 // vitali add begin
Note:
See TracChangeset
for help on using the changeset viewer.