• Ziqing Hui's avatar
    winex11.drv: Correct a full screen condition. · 57b1b21a
    Ziqing Hui authored
    The if condition here came from 47c54c4a,
    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: 's avatarZiqing Hui <zhui@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    57b1b21a
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...