Sweden-Number/dlls/winex11.drv
Zhiyi Zhang 6d26689484 winex11.drv: Call request_selection_contents() after the XFixes extension is initialized.
request_selection_contents() checks whether the XFixes extension is available and will start a timer
to check for clipboard content updates at an interval. Running request_selection_contents() before
the XFixes extension is initialized will always start a timer and sends unnecessary clipboard
content change notifications, causing Office right-click menus to disappear.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-18 22:04:01 +01: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: Don't assume that GenericEvent has a window. 2021-02-23 22:30:31 +01:00
graphics.c
ime.c
init.c
keyboard.c
mouse.c
mwm.h
opengl.c winex11.drv: Prioritize smaller depth formats when zero depth is requested in X11DRV_wglChoosePixelFormatARB(). 2021-03-04 21:43:27 +01: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: Don't delay mapping 0-sized layered windows. 2021-01-04 13:56:58 +01:00
winex11.drv.spec
wintab.c
x11drv.h
x11drv_main.c
xcomposite.h
xdnd.c
xim.c
xinerama.c
xrandr.c winex11.drv: Check that there are connected outputs before using XRandR 1.4. 2021-01-02 14:37:17 +01:00
xrender.c
xvidmode.c