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 winex11: Add a debug helper to print color values. 2022-11-18 09:21:03 +01:00
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 winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
dllmain.c winex11.drv: Use the Unix call helpers. 2022-11-24 22:20:20 +01:00
event.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
graphics.c winex11: Use int instead of long types in a few places. 2022-11-18 09:23:38 +01:00
ime.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
init.c win32u: Move enumeration of available modes out of graphics drivers. 2022-09-23 15:16:48 +02:00
keyboard.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
Makefile.in winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
mouse.c winex11.drv: Release window data before calling sync_window_cursor(). 2022-11-30 11:14:30 +01:00
mwm.h
opengl.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
palette.c winex11: Add a debug helper to print color values. 2022-11-18 09:21:03 +01:00
pen.c winex11: Use int instead of long types in a few places. 2022-11-18 09:23:38 +01:00
systray.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
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 wintab32: Fix match_token to match XWayland devices. 2022-10-10 11:02:28 +02:00
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 winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
xim.c winex11: Use int instead of long types in a few places. 2022-11-18 09:23:38 +01:00
xinerama.c winex11.drv: Support _NET_WM_FULLSCREEN_MONITORS. 2022-11-04 19:23:55 +01:00
xrandr.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
xrender.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00
xvidmode.c winex11: Build without -DWINE_NO_LONG_TYPES. 2022-11-18 09:30:43 +01:00