- Timestamp:
- Aug 16, 2002, 6:49:13 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r8962 r9020 1 /* $Id: oslibmsgtranslate.cpp,v 1.9 0 2002-08-05 16:31:26sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.91 2002-08-16 16:49:13 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 317 317 } 318 318 319 //if a window is disabled, it 's parent receives the mouse messages319 //if a window is disabled, its parent receives the mouse messages 320 320 if(!IsWindowEnabled(win32wnd->getWindowHandle())) { 321 321 if(win32wnd->getParent()) { … … 454 454 } 455 455 456 //if a window is disabled, it 's parent receives the mouse messages456 //if a window is disabled, its parent receives the mouse messages 457 457 if(!IsWindowEnabled(win32wnd->getWindowHandle())) { 458 458 if(win32wnd->getParent()) {
Note:
See TracChangeset
for help on using the changeset viewer.