Ignore:
Timestamp:
Sep 2, 2000, 10:30:11 AM (25 years ago)
Author:
sandervl
Message:

Commented out winzip button change in BeginPaint (fixes repaint problems) + implemented IsZoomed)

File:
1 edited

Legend:

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

    r3873 r4147  
    1 /* $Id: win32wbase.cpp,v 1.208 2000-07-20 18:08:13 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.209 2000-09-02 08:30:09 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    16161616            if(window && !(window->getClass()->getStyle() & CS_NOCLOSE))
    16171617                PostMessageA(getWindowHandle(), WM_SYSCOMMAND, SC_CLOSE, 0);
     1618            return 0;
    16181619        }
    16191620
     
    21882189   RECT oldClientRect = rectClient;
    21892190
     2191    if(getWindowHandle() == 0x6800000a) {
     2192        rc = FALSE;
     2193    }
    21902194    if (fuFlags &
    21912195       ~(SWP_NOSIZE     | SWP_NOMOVE     | SWP_NOZORDER     |
Note: See TracChangeset for help on using the changeset viewer.