Changeset 8105 for trunk/src/user32/win32wbasepos.cpp
- Timestamp:
- Mar 20, 2002, 11:30:08 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbasepos.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasepos.cpp
r8042 r8105 1 /* $Id: win32wbasepos.cpp,v 1.2 8 2002-03-07 19:41:18 sandervl Exp $ */1 /* $Id: win32wbasepos.cpp,v 1.29 2002-03-20 10:30:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (nonclient/position methods) … … 315 315 if(getParent() == NULL) { 316 316 // @@PF : for now disable windows style - it messes with WV minimize - will fix it soon 317 SetRect(lpRect, -32000, -32000, GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON));317 // SetRect(lpRect, -32000, -32000, getWindowWidth(), getWindowHeight()); 318 318 // OSLibSetWindowStyle(getOS2FrameWindowHandle(), getOS2WindowHandle(), getStyle(), getExStyle()); 319 CloseWindow();320 319 } 321 320 else {
Note:
See TracChangeset
for help on using the changeset viewer.
