Changeset 2114 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Dec 18, 1999, 5:31:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r2099 r2114 1 /* $Id: win32wbase.cpp,v 1.11 3 1999-12-17 17:18:03cbratschi Exp $ */1 /* $Id: win32wbase.cpp,v 1.114 1999-12-18 16:31:50 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2001 2001 point.x = pt.x; 2002 2002 point.y = pt.y; 2003 MapWindowPoints( getParent()->getWindowHandle(),Win32Hwnd,&point,1);2003 MapWindowPoints(Win32Hwnd,getParent()->getWindowHandle(),&point,1); 2004 2004 NotifyParent(Msg,wParam,MAKELPARAM(point.x,point.y)); 2005 2005 }
Note:
See TracChangeset
for help on using the changeset viewer.