Ignore:
Timestamp:
Oct 16, 1999, 4:51:43 PM (26 years ago)
Author:
sandervl
Message:

isFrameWindow bugfix + MDI creation & WM_NCCALCSIZE bugfix

File:
1 edited

Legend:

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

    r1265 r1322  
    1 /* $Id: win32wbasepos.cpp,v 1.1 1999-10-13 14:24:49 sandervl Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.2 1999-10-16 14:51:43 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    277277        if (getStyle() & CS_HREDRAW) result |= WVR_HREDRAW;
    278278
    279         if(!isFrameWindow())  return result;
    280 
    281279//TODO: Wine calculates new size of client area even when window is iconic (client edges)
    282280        if(!(getStyle() & (WS_MINIMIZE | WS_ICONIC)))
     
    295293        }
    296294#if 0
    297 //TODO: Docs say app should return 0 when fCalcValidRects == 0, Wine doesn't do this
     295//TODO: Docs say app should return 0 when fCalcValidRects == 0; Wine doesn't do this
    298296        if(wParam == 0) //fCalcValidRects
    299297            return 0;
Note: See TracChangeset for help on using the changeset viewer.