From 47785d5572a16cb76393a499455dd0ff687e89d6 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 22 Jun 2024 12:42:20 -0700 Subject: [PATCH] chore: Remove unneeded patch --- ..._device_frame-on-device_scroll_discr.patch | 28 ------------------- .../xorg-x11-server-Xwayland.spec | 1 - 2 files changed, 29 deletions(-) delete mode 100644 spec_files/xorg-x11-server-Xwayland/0001-xwayland-Send-ei_device_frame-on-device_scroll_discr.patch diff --git a/spec_files/xorg-x11-server-Xwayland/0001-xwayland-Send-ei_device_frame-on-device_scroll_discr.patch b/spec_files/xorg-x11-server-Xwayland/0001-xwayland-Send-ei_device_frame-on-device_scroll_discr.patch deleted file mode 100644 index 1b30dbee..00000000 --- a/spec_files/xorg-x11-server-Xwayland/0001-xwayland-Send-ei_device_frame-on-device_scroll_discr.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 317712eb5a1aa4a1c3d737a8fcaee57add9981c9 Mon Sep 17 00:00:00 2001 -From: Joshua Ashton -Date: Sat, 11 May 2024 07:25:48 +0100 -Subject: [PATCH] xwayland: Send ei_device_frame on device_scroll_discrete - -This fixes the scroll action in Steam Input in SteamOS/Gamescope when using the new libeis backend. - -Fixes: a13333427072dfb27792c5c9ff22ed145ede0f0a ("xwayland: Add XTEST support using EIS") -Signed-off-by: Joshua Ashton ---- - hw/xwayland/xwayland-xtest.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/hw/xwayland/xwayland-xtest.c b/hw/xwayland/xwayland-xtest.c -index 756a6d8f7..4976a3d7e 100644 ---- a/hw/xwayland/xwayland-xtest.c -+++ b/hw/xwayland/xwayland-xtest.c -@@ -584,6 +584,7 @@ xwl_send_event_to_ei(struct xwl_ei_client *xwl_ei_client, - } else if (detail == 7) { - ei_device_scroll_discrete(ei_device, SCROLL_STEP, 0); - } -+ ei_device_frame(ei_device, ei_now(ei)); - } - break; - case KeyPress: --- -2.44.0 - diff --git a/spec_files/xorg-x11-server-Xwayland/xorg-x11-server-Xwayland.spec b/spec_files/xorg-x11-server-Xwayland/xorg-x11-server-Xwayland.spec index 17096d26..249c9415 100644 --- a/spec_files/xorg-x11-server-Xwayland/xorg-x11-server-Xwayland.spec +++ b/spec_files/xorg-x11-server-Xwayland/xorg-x11-server-Xwayland.spec @@ -20,7 +20,6 @@ Source0: https://www.x.org/pub/individual/xserver/%{pkgname}-%{xwayland_versio %endif Patch0: xwayland-pointer-warp-fix.patch -Patch1: 0001-xwayland-Send-ei_device_frame-on-device_scroll_discr.patch License: MIT