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
display.c
dllmain.c
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
version.rc
vulkan.c
window.c
winex11.drv.spec
wintab.c
x11drv.h
x11drv_dll.h
x11drv_main.c
xcomposite.h
xdnd.c
xim.c
xinerama.c
xrandr.c
xrender.c
xvidmode.c