Changeset 4976 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jan 20, 2001, 12:03:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r4945 r4976 1 /* $Id: win32wbase.cpp,v 1.2 29 2001-01-14 17:15:47sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.230 2001-01-19 23:03:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1905 1905 point.x = pt.x; 1906 1906 point.y = pt.y; 1907 MapWindowPoints(getWindowHandle(), getParent()->getWindowHandle(), &point, 1);1907 MapWindowPoints(getWindowHandle(), getParent()->getWindowHandle(), &point, 1); 1908 1908 NotifyParent(Msg,wParam,MAKELPARAM(point.x,point.y)); 1909 1909 }
Note:
See TracChangeset
for help on using the changeset viewer.