Changeset 5993 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jun 13, 2001, 12:29:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5973 r5993 1 /* $Id: win32wbase.cpp,v 1.26 5 2001-06-12 17:02:41sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.266 2001-06-13 10:29:46 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1239 1239 rectOS2.yBottom = height - rect.top; 1240 1240 rectOS2.yTop = height - rect.bottom; 1241 OSLibWinPositionFrameControls(getOS2FrameWindowHandle(), &rectOS2 );1241 OSLibWinPositionFrameControls(getOS2FrameWindowHandle(), &rectOS2, dwStyle, dwExStyle, IconForWindow(ICON_SMALL)); 1242 1242 } 1243 1243 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.