util: Add INPUT debug topic

Allow debugging input issues more easily by adding an INPUT debug topic.
Currently there are only debug messages for the native backend.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/1065
This commit is contained in:
Jonas Dreßler
2020-02-18 14:56:25 +01:00
committed by Jonas Ådahl
parent 41992757e0
commit efe1bc2e59
4 changed files with 73 additions and 12 deletions

View File

@@ -335,6 +335,8 @@ topic_name (MetaDebugTopic topic)
return "EDGE_RESISTANCE";
case META_DEBUG_DBUS:
return "DBUS";
case META_DEBUG_INPUT:
return "INPUT";
case META_DEBUG_VERBOSE:
return "VERBOSE";
}