Changeset 9950 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Mar 28, 2003, 12:49:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r9933 r9950 1 /* $Id: pmwindow.cpp,v 1.20 3 2003-03-22 20:27:11sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.204 2003-03-28 11:49:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 1260 1260 } 1261 1261 1262 case WM_CHAR_SPECIAL_CONSOLE_BREAK: 1263 { 1264 //ignore this message. don't forward it to the default PM frame window handler 1265 //as that one sends it to the client. as a result we end up translating 1266 //it twice 1267 break; 1268 } 1269 1262 1270 case WM_ADJUSTWINDOWPOS: 1263 1271 {
Note:
See TracChangeset
for help on using the changeset viewer.