Ignore:
Timestamp:
Mar 20, 2002, 11:30:08 AM (23 years ago)
Author:
sandervl
Message:

Changes & fixes for minimized windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbasepos.cpp

    r8042 r8105  
    1 /* $Id: win32wbasepos.cpp,v 1.28 2002-03-07 19:41:18 sandervl Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.29 2002-03-20 10:30:08 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    315315            if(getParent() == NULL) {
    316316// @@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());
    318318//                OSLibSetWindowStyle(getOS2FrameWindowHandle(), getOS2WindowHandle(), getStyle(), getExStyle());
    319                 CloseWindow();
    320319            }
    321320            else {
Note: See TracChangeset for help on using the changeset viewer.