Changeset 5413 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Mar 31, 2001, 12:48:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r5409 r5413 1 /* $Id: oslibmsgtranslate.cpp,v 1.4 4 2001-03-30 23:59:46sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.45 2001-03-31 10:48:41 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 390 390 HWND hwnd; 391 391 392 DisableLogging(); 392 393 hwnd = WindowFromPoint(winMsg->pt); 393 394 if(win32wnd->getWindowHandle() != hwnd) { … … 395 396 if(win32wnd == NULL) { 396 397 DebugInt3(); 398 EnableLogging(); 397 399 goto dummymessage; 398 400 } … … 429 431 winMsg->lParam = MAKELONG(ClientPoint.x, ClientPoint.y); //client coordinates 430 432 } 433 #ifdef ODIN_HITTEST 434 EnableLogging(); 435 #endif 431 436 if((fMsgRemoved == MSG_REMOVE) && ISMOUSE_CAPTURED()) 432 437 { … … 467 472 HWND hwnd; 468 473 474 DisableLogging(); 469 475 hwnd = WindowFromPoint(winMsg->pt); 470 476 if(win32wnd->getWindowHandle() != hwnd) { … … 472 478 if(win32wnd == NULL) { 473 479 DebugInt3(); 480 EnableLogging(); 474 481 goto dummymessage; 475 482 } … … 508 515 winMsg->lParam = MAKELONG(ClientPoint.x, ClientPoint.y); //client coordinates 509 516 } 517 #ifdef ODIN_HITTEST 518 EnableLogging(); 519 #endif 510 520 if((fMsgRemoved == MSG_REMOVE) && ISMOUSE_CAPTURED()) 511 521 {
Note:
See TracChangeset
for help on using the changeset viewer.