Changeset 10288 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Oct 22, 2003, 5:56:38 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r10275 r10288 1 /* $Id: oslibmsgtranslate.cpp,v 1.11 6 2003-10-20 17:17:21sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.117 2003-10-22 15:56:38 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 663 663 } 664 664 665 case WM_CHAR_SPECIAL_CONSOLE_BREAK:666 {667 dprintf(("PM: WM_CHAR_SPECIAL_CONSOLE_BREAK for %x", winMsg->hwnd));668 if(fMsgRemoved)669 {670 GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT_W,0);671 // It is our internal message, do not work with it more, its function672 // is over, otherwise it will return FALSE and will be dispatched,673 // and retranslated once again.674 675 winMsg->message = 0;676 winMsg->wParam = 0;677 winMsg->lParam = 0;678 goto msgdone;679 }680 goto dummymessage;681 }682 683 665 case WM_CHAR_SPECIAL_ALTGRCONTROL: 684 666 {
Note:
See TracChangeset
for help on using the changeset viewer.