mirror of
https://github.com/brl/mutter.git
synced 2025-07-24 02:18:02 +00:00
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:

committed by
Jonas Ådahl

parent
41992757e0
commit
efe1bc2e59
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user