Changeset 9020 for trunk/src


Ignore:
Timestamp:
Aug 16, 2002, 6:49:13 PM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsgtranslate.cpp

    r8962 r9020  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.90 2002-08-05 16:31:26 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.91 2002-08-16 16:49:13 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    317317        }
    318318
    319         //if a window is disabled, it's parent receives the mouse messages
     319        //if a window is disabled, its parent receives the mouse messages
    320320        if(!IsWindowEnabled(win32wnd->getWindowHandle())) {
    321321            if(win32wnd->getParent()) {
     
    454454        }
    455455
    456         //if a window is disabled, it's parent receives the mouse messages
     456        //if a window is disabled, its parent receives the mouse messages
    457457        if(!IsWindowEnabled(win32wnd->getWindowHandle())) {
    458458            if(win32wnd->getParent()) {
Note: See TracChangeset for help on using the changeset viewer.