Ignore:
Timestamp:
Mar 31, 2001, 1:59:47 AM (24 years ago)
Author:
sandervl
Message:

WindowFromPoint completed + mouse message translation fix

File:
1 edited

Legend:

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

    r5404 r5409  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.43 2001-03-30 11:14:35 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.44 2001-03-30 23:59:46 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    397397                goto dummymessage;
    398398            }
     399            winMsg->hwnd = hwnd;
    399400        }
    400401#endif
     
    473474                goto dummymessage;
    474475            }
     476            winMsg->hwnd = hwnd;
    475477        }
    476478#endif
Note: See TracChangeset for help on using the changeset viewer.