Sweden-Number/dlls/winex11.drv
Ziqing Hui 57b1b21a84 winex11.drv: Correct a full screen condition.
The if condition here came from 47c54c4ae7,
which is to detect full screen window.

However, according to tests in previous commit, there is possibility
that a window without setting WS_CAPTION is not full screen, for example,
main window of Tencent WeChat. And windows like this can also be maximized
or restored. So that we can not treat WS_CAPTION as our full screen condition.

This fixes maximizing Tencent WeChat by dragging it to screen edge.

Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-27 16:52:30 +02:00
..
Makefile.in
bitblt.c
brush.c
clipboard.c winex11.drv: Call request_selection_contents() after the XFixes extension is initialized. 2021-03-18 22:04:01 +01:00
desktop.c
display.c winex11.drv: Fix invalid range when reading GTK_WORKAREAS_D0 (valgrind). 2021-03-09 21:33:43 +01:00
event.c winex11.drv: Correct a full screen condition. 2021-04-27 16:52:30 +02:00
graphics.c
ime.c
init.c
keyboard.c user32: Add RAWINPUT parameter to __wine_send_input. 2021-04-15 10:37:52 +02:00
mouse.c user32: Add RAWINPUT parameter to __wine_send_input. 2021-04-15 10:37:52 +02:00
mwm.h
opengl.c winex11.drv: Add mutable pixel format awareness. 2021-04-21 21:20:55 +02:00
palette.c
pen.c
settings.c
systray.c winex11: Send systray messages with SendNotifyMessage(). 2021-02-01 11:02:06 +01:00
version.rc
vulkan.c winevulkan: Fix surface functions if they aren't called by winevulkan. 2021-01-26 21:58:13 +01:00
window.c
winex11.drv.spec
wintab.c
x11drv.h
x11drv_main.c
xcomposite.h
xdnd.c
xim.c
xinerama.c
xrandr.c
xrender.c
xvidmode.c