• Gabriel Ivăncescu's avatar
    winex11.drv: Always enable minimize/maximize functions for minimized windows. · 688fe706
    Gabriel Ivăncescu authored
    A window without a minimize or maximize box can still be programmatically
    minimized by the Windows API. However, some WMs will refuse to change the
    state and not allow it to be maximized again, despite it being minimized,
    due to lacking those functions, thus not sending WM_STATE change notifications
    when clicking the minimized window on the taskbar.
    
    Heroes of Might and Magic V does this, for example, when losing focus. It
    minimizes itself. When maximizing it by clicking on the taskbar it won't
    send a WM_STATE change notification (since it was never changed) and fail
    to maximize properly, showing a black screen (the game will still think it
    is minimized).
    Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    688fe706
Name
Last commit
Last update
..
Makefile.in Loading commit data...
bitblt.c Loading commit data...
brush.c Loading commit data...
clipboard.c Loading commit data...
desktop.c Loading commit data...
display.c Loading commit data...
event.c Loading commit data...
graphics.c Loading commit data...
ime.c Loading commit data...
init.c Loading commit data...
keyboard.c Loading commit data...
mouse.c Loading commit data...
mwm.h Loading commit data...
opengl.c Loading commit data...
palette.c Loading commit data...
pen.c Loading commit data...
settings.c Loading commit data...
systray.c Loading commit data...
version.rc Loading commit data...
vulkan.c Loading commit data...
window.c Loading commit data...
winex11.drv.spec Loading commit data...
wintab.c Loading commit data...
x11drv.h Loading commit data...
x11drv_main.c Loading commit data...
xcomposite.h Loading commit data...
xdnd.c Loading commit data...
xim.c Loading commit data...
xinerama.c Loading commit data...
xrandr.c Loading commit data...
xrender.c Loading commit data...
xvidmode.c Loading commit data...