mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 12:20:26 +01:00
test: fix debugging messages for gesture begin event
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2f8dab4537
commit
5129d178b3
1 changed files with 2 additions and 2 deletions
|
|
@ -3114,7 +3114,7 @@ litest_event_type_str(enum libinput_event_type type)
|
|||
str = "TOUCH FRAME";
|
||||
break;
|
||||
case LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN:
|
||||
str = "GESTURE SWIPE START";
|
||||
str = "GESTURE SWIPE BEGIN";
|
||||
break;
|
||||
case LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE:
|
||||
str = "GESTURE SWIPE UPDATE";
|
||||
|
|
@ -3123,7 +3123,7 @@ litest_event_type_str(enum libinput_event_type type)
|
|||
str = "GESTURE SWIPE END";
|
||||
break;
|
||||
case LIBINPUT_EVENT_GESTURE_PINCH_BEGIN:
|
||||
str = "GESTURE PINCH START";
|
||||
str = "GESTURE PINCH BEGIN";
|
||||
break;
|
||||
case LIBINPUT_EVENT_GESTURE_PINCH_UPDATE:
|
||||
str = "GESTURE PINCH UPDATE";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue