Ignore:
Timestamp:
Dec 18, 1999, 5:31:52 PM (26 years ago)
Author:
cbratschi
Message:

MDI fixes, ChildWindowFromPointEx

File:
1 edited

Legend:

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

    r2099 r2114  
    1 /* $Id: win32wbase.cpp,v 1.113 1999-12-17 17:18:03 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.114 1999-12-18 16:31:50 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    20012001                  point.x = pt.x;
    20022002                  point.y = pt.y;
    2003                   MapWindowPoints(getParent()->getWindowHandle(),Win32Hwnd,&point,1);
     2003                  MapWindowPoints(Win32Hwnd,getParent()->getWindowHandle(),&point,1);
    20042004                  NotifyParent(Msg,wParam,MAKELPARAM(point.x,point.y));
    20052005                }
Note: See TracChangeset for help on using the changeset viewer.