tools: fix output to say TABLET_TOOL instead of just tablet

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-02-03 16:47:17 +10:00
parent 0b0150e08d
commit cbf775ba3d

View file

@ -110,16 +110,16 @@ print_event_header(struct libinput_event *ev)
type = "GESTURE_PINCH_END";
break;
case LIBINPUT_EVENT_TABLET_TOOL_AXIS:
type = "TABLET_AXIS";
type = "TABLET_TOOL_AXIS";
break;
case LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY:
type = "TABLET_PROXIMITY";
type = "TABLET_TOOL_PROXIMITY";
break;
case LIBINPUT_EVENT_TABLET_TOOL_TIP:
type = "TABLET_TIP";
type = "TABLET_TOOL_TIP";
break;
case LIBINPUT_EVENT_TABLET_TOOL_BUTTON:
type = "TABLET_BUTTON";
type = "TABLET_TOOL_BUTTON";
break;
}