On Sat, Nov 04, 2017 at 06:37:27PM +0100, Stefan Brüns wrote: > From: Stefan Brüns <[email protected]> > > Signed-off-by: Stefan Brüns <[email protected]> > --- > tools/libinput-debug-events.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/libinput-debug-events.c b/tools/libinput-debug-events.c > index 87b7b80..fb8d84d 100644 > --- a/tools/libinput-debug-events.c > +++ b/tools/libinput-debug-events.c > @@ -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(); > } > -- > 2.14.3 These two are the same as the first set, right? If so, they're pushed now, thanks.
fwiw, it's fair to resend a patch if it doesn't get merged (or just ping the lit) but please give us a bit more than a day to actually look at things and merge them. Doubly so when it's over a weekend. Cheers, Peter _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
