Changeset 9575 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jan 1, 2003, 3:29:45 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbase.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9572 r9575 1 /* $Id: win32wbase.cpp,v 1.34 8 2002-12-31 16:52:00sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.349 2003-01-01 14:29:44 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1374 1374 OSLibWinPositionFrameControls(getOS2FrameWindowHandle(), &rectOS2, 1375 1375 dwStyle, dwExStyle, IconForWindow(ICON_SMALL), 1376 fCloseButton );1376 fCloseButton, windowClass->getIcon() != NULL); 1377 1377 } 1378 1378 return rc; … … 3712 3712 setStyle(ss.styleNew); 3713 3713 SendMessageA(getWindowHandle(),WM_STYLECHANGED,GWL_STYLE,(LPARAM)&ss); 3714 OSLibSetWindowStyle(getOS2FrameWindowHandle(), getOS2WindowHandle(), getStyle(), getExStyle()); 3714 OSLibSetWindowStyle(getOS2FrameWindowHandle(), getOS2WindowHandle(), 3715 getStyle(), getExStyle()); 3715 3716 3716 3717 //TODO: Might not be correct to use ShowWindow here
Note:
See TracChangeset
for help on using the changeset viewer.
