inspector: Fix up input enum names

We've recently added and removed a few values in these
enumerations. Keep the names in sync, so we don't show
nonsense.
This commit is contained in:
Matthias Clasen 2020-07-13 17:13:43 -04:00
parent 339cccdf53
commit a07c030d02

View File

@ -681,6 +681,8 @@ add_device (GtkInspectorGeneral *gen,
"Ignore",
"X",
"Y",
"Delta X",
"Delta Y",
"Pressure",
"X Tilt",
"Y Tilt",
@ -692,7 +694,6 @@ add_device (GtkInspectorGeneral *gen,
const char *source_name[] = {
"Mouse",
"Pen",
"Eraser",
"Cursor",
"Keyboard",
"Touchscreen",