Sweden-Number/dlls/winex11.drv
Gabriel Ivăncescu 688fe7068c winex11.drv: Always enable minimize/maximize functions for minimized windows.
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: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-01 13:41:53 +01:00
..
Makefile.in
bitblt.c gdi32: Use explicit CDECL in window_surface_funcs. 2020-09-22 11:30:00 +02:00
brush.c
clipboard.c libport: Remove the usleep() function replacement. 2020-12-01 10:22:01 +01:00
desktop.c winex11.drv: Report a GPU same as the host primary GPU in virtual desktop mode. 2020-08-18 21:38:38 +02:00
display.c winex11.drv: Forward clip_fullscreen_window to foreground thread. 2020-10-05 22:00:56 +02:00
event.c winex11.drv: Update a comment. 2020-10-30 10:35:12 +01:00
graphics.c
ime.c
init.c
keyboard.c
mouse.c winex11.drv: Forward clip_fullscreen_window to foreground thread. 2020-10-05 22:00:56 +02:00
mwm.h
opengl.c
palette.c
pen.c
settings.c winex11.drv: Adjust the priority of NoRes display settings handler to 1. 2020-11-16 17:51:30 +01:00
systray.c
version.rc
vulkan.c
window.c winex11.drv: Always enable minimize/maximize functions for minimized windows. 2020-12-01 13:41:53 +01:00
winex11.drv.spec
wintab.c
x11drv.h winex11.drv: Clarify parent in struct x11drv_win_data comments. 2020-11-17 20:57:27 +01:00
x11drv_main.c
xcomposite.h
xdnd.c
xim.c
xinerama.c
xrandr.c winex11.drv: Support display orientations for XRandR 1.4 display settings handler. 2020-09-22 12:29:05 +02:00
xrender.c
xvidmode.c winex11.drv: Migrate XVidMode display settings handler to a new interface. 2020-07-30 16:37:32 +02:00