You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to ensure X11 input events are handled even without explicit message loop.
This commit is contained in:
@@ -36,6 +36,7 @@ PATCHLIST := \
|
||||
d3dx9_36-UpdateSkinnedMesh.ok \
|
||||
dbghelp-Debug_Symbols.ok \
|
||||
dbghelp-KdHelp.ok \
|
||||
dinput-Events.ok \
|
||||
dsound-Fast_Mixer.ok \
|
||||
fonts-Missing_Fonts.ok \
|
||||
gdi32-MaxPixelFormats.ok \
|
||||
@@ -455,6 +456,21 @@ dbghelp-KdHelp.ok:
|
||||
echo '+ { "Sebastian Lackner", "dbghelp: Don'\''t fill KdHelp structure for usermode applications.", 1 },'; \
|
||||
) > dbghelp-KdHelp.ok
|
||||
|
||||
# Patchset dinput-Events
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#8854] Ensure X11 input events are handled even without explicit message loop
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/dinput/device.c, dlls/dinput/keyboard.c, dlls/user32/input.c, dlls/user32/user32.spec, include/winuser.h
|
||||
# |
|
||||
.INTERMEDIATE: dinput-Events.ok
|
||||
dinput-Events.ok:
|
||||
$(call APPLY_FILE,dinput-Events/0001-dinput-Ensure-X11-input-events-are-handled-even-with.patch)
|
||||
@( \
|
||||
echo '+ { "Sebastian Lackner", "dinput: Ensure X11 input events are handled even without explicit message loop.", 1 },'; \
|
||||
) > dinput-Events.ok
|
||||
|
||||
# Patchset dsound-Fast_Mixer
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
||||
Reference in New Issue
Block a user