forked from AuroraMiddleware/gtk
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:
parent
339cccdf53
commit
a07c030d02
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user