diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/wlroots/wlroots-libinput-switch.patch | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/wlroots/wlroots-libinput-switch.patch')
| -rw-r--r-- | libs/wlroots/wlroots-libinput-switch.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 = + |
