util: Add 'remote-desktop' debug topic

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1552>
This commit is contained in:
Jonas Ådahl
2020-10-13 17:41:23 +02:00
committed by Marge Bot
parent b2b66aa8c6
commit 54b024465e
3 changed files with 5 additions and 0 deletions

View File

@@ -280,6 +280,8 @@ topic_name (MetaDebugTopic topic)
return "KMS";
case META_DEBUG_SCREEN_CAST:
return "SCREEN_CAST";
case META_DEBUG_REMOTE_DESKTOP:
return "REMOTE_DESKTOP";
case META_DEBUG_VERBOSE:
return "VERBOSE";
case META_DEBUG_WAYLAND: