mirror of
https://github.com/brl/mutter.git
synced 2025-08-11 02:44:39 +00:00
util: Add 'remote-desktop' debug topic
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1552>
This commit is contained in:
@@ -122,6 +122,7 @@ static const GDebugKey meta_debug_keys[] = {
|
||||
{ "wayland", META_DEBUG_WAYLAND },
|
||||
{ "kms", META_DEBUG_KMS },
|
||||
{ "screen-cast", META_DEBUG_SCREEN_CAST },
|
||||
{ "remote-desktop", META_DEBUG_REMOTE_DESKTOP },
|
||||
};
|
||||
|
||||
/*
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user