• Ken Thomases's avatar
    winemac: Implement support for maximizing windows. · 66736b4a
    Ken Thomases authored
    The user is prevented from moving or resizing a maximized window.  The zoom
    button is still present and enabled for a maximized window but requests that
    it be restored rather than simply resizing it, which is what it does for
    normal windows.
    
    If a window is not resizable (lacks WS_THICKFRAME) but has a maximize box
    (WS_MAXIMIZEBOX), then the zoom button requests that it be maximized rather
    than resizing it.
    66736b4a
macdrv_cocoa.h 16.9 KB