From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- libs/wlroots/wlroots-libinput-switch.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libs/wlroots/wlroots-libinput-switch.patch (limited to 'libs/wlroots/wlroots-libinput-switch.patch') diff --git a/libs/wlroots/wlroots-libinput-switch.patch b/libs/wlroots/wlroots-libinput-switch.patch new file mode 100644 index 0000000..3a963ea --- /dev/null +++ b/libs/wlroots/wlroots-libinput-switch.patch @@ -0,0 +1,12 @@ +--- a/backend/libinput/switch.c ++++ b/backend/libinput/switch.c +@@ -37,6 +37,8 @@ + case LIBINPUT_SWITCH_TABLET_MODE: + wlr_switch_type = WLR_SWITCH_TYPE_TABLET_MODE; + break; ++ case LIBINPUT_SWITCH_KEYPAD_SLIDE: ++ return; + } + + struct libinput_event_switch *sevent = + -- cgit v1.3.1