mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-27 06:18:44 +00:00
chore: Remove unneeded patch
This commit is contained in:
parent
22ad79f6d8
commit
47785d5572
@ -1,28 +0,0 @@
|
||||
From 317712eb5a1aa4a1c3d737a8fcaee57add9981c9 Mon Sep 17 00:00:00 2001
|
||||
From: Joshua Ashton <joshua@froggi.es>
|
||||
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 <joshua@froggi.es>
|
||||
---
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user