wine/dlls/winex11.drv
Zhiyi Zhang e5c6f915bb winex11.drv: Release window data before calling sync_window_cursor().
This prevents a deadlock between the window data lock and the ntdll loader lock because
sync_window_cursor() eventually may grab the ntdll loader lock. So if another thread already
grabbed the ntdll loader lock and wants to enter the same window data critical section, it will
deadlock.

Fix Youropa (SteamID: 640120) OpenGL launch option launching to a black screen.
2022-11-30 11:14:30 +01:00
..
bitblt.c
brush.c
clipboard.c winex11: Use NtUserGetDC. 2022-11-29 12:50:23 +01:00
desktop.c winex11.drv: Reposition windows on desktop resize only when useful. 2022-11-23 20:35:29 +01:00
display.c
dllmain.c winex11.drv: Use the Unix call helpers. 2022-11-24 22:20:20 +01:00
event.c
graphics.c
ime.c
init.c
keyboard.c
Makefile.in
mouse.c winex11.drv: Release window data before calling sync_window_cursor(). 2022-11-30 11:14:30 +01:00
mwm.h
opengl.c
palette.c
pen.c
systray.c
unixlib.h winex11.drv: Use the Unix call helpers. 2022-11-24 22:20:20 +01:00
version.rc
vulkan.c
window.c winex11.drv: Support _KDE_NET_WM_STATE_SKIP_SWITCHER. 2022-11-28 21:01:55 +01:00
winex11.drv.spec
wintab.c
x11drv.h winex11.drv: Support _KDE_NET_WM_STATE_SKIP_SWITCHER. 2022-11-28 21:01:55 +01:00
x11drv_dll.h
x11drv_main.c winex11.drv: Support _KDE_NET_WM_STATE_SKIP_SWITCHER. 2022-11-28 21:01:55 +01:00
xcomposite.h
xdnd.c
xim.c
xinerama.c
xrandr.c
xrender.c
xvidmode.c