summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-13 17:13:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-13 17:13:43 -0400
commita07c030d02119f11be6082eb7acab7e1af32cb39 (patch)
tree7acc143b8c317c9b059ac6120a1550170ebd6c8e /gtk
parent339cccdf5381a6a7b967af2e41134d801c585def (diff)
downloadgtk+-a07c030d02119f11be6082eb7acab7e1af32cb39.tar.gz
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.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/inspector/general.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/inspector/general.c b/gtk/inspector/general.c
index be31eaa0dd..2d09efeb40 100644
--- a/gtk/inspector/general.c
+++ b/gtk/inspector/general.c
@@ -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",