mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 08:10:26 +01:00
tools: Handle LIBINPUT_SWITCH_TABLET_MODE
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5ea84fa7da
commit
48fd22def7
1 changed files with 3 additions and 0 deletions
|
|
@ -747,6 +747,9 @@ print_switch_event(struct libinput_event *ev)
|
|||
case LIBINPUT_SWITCH_LID:
|
||||
which = "lid";
|
||||
break;
|
||||
case LIBINPUT_SWITCH_TABLET_MODE:
|
||||
which = "tablet-mode";
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue