winex11.drv: Call XFlush() right after XUngrabServer().
commit6dbb153ede48e77a87dddf37e5276276a701c5c3
authorZhiyi Zhang <zzhang@codeweavers.com>
Fri, 25 Oct 2019 13:39:54 +0000 (25 21:39 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 31 Oct 2019 18:30:00 +0000 (31 19:30 +0100)
tree79a35f19042c7e60c3770b3a52c5ebc24b6176b1
parentfa0c84ae0b3f3597cd98a9d3d3d999f86e6992b6
winex11.drv: Call XFlush() right after XUngrabServer().

XGrabServer() stops the processing of other display connections
until a XUngrabServer() call is actually processed by the X server.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/winex11.drv/palette.c
dlls/winex11.drv/xrandr.c