Changeset 5685 for trunk/src/user32/win32wbasepos.cpp
- Timestamp:
- May 11, 2001, 10:39:46 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasepos.cpp
r5655 r5685 1 /* $Id: win32wbasepos.cpp,v 1.2 3 2001-05-04 17:02:52sandervl Exp $ */1 /* $Id: win32wbasepos.cpp,v 1.24 2001-05-11 08:39:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (nonclient/position methods) … … 59 59 if(!(getStyle() & (WS_POPUP | WS_CHILD))) { 60 60 RECT rect; 61 OSLibWinGetMaxPosition(getOS2 WindowHandle(), &rect);61 OSLibWinGetMaxPosition(getOS2FrameWindowHandle(), &rect); 62 62 MinMax.ptMaxPosition.x = rect.left; 63 63 MinMax.ptMaxPosition.y = rect.top;
Note:
See TracChangeset
for help on using the changeset viewer.