util: Fix placement of META_DEBUG_WAYLAND in switch statement
When added, it was added to the wrong place; fix that. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1854>
This commit is contained in:
parent
7058013660
commit
bd841e8dc5
@ -319,6 +319,8 @@ topic_name (MetaDebugTopic topic)
|
|||||||
return "DBUS";
|
return "DBUS";
|
||||||
case META_DEBUG_INPUT:
|
case META_DEBUG_INPUT:
|
||||||
return "INPUT";
|
return "INPUT";
|
||||||
|
case META_DEBUG_WAYLAND:
|
||||||
|
return "WAYLAND";
|
||||||
case META_DEBUG_KMS:
|
case META_DEBUG_KMS:
|
||||||
return "KMS";
|
return "KMS";
|
||||||
case META_DEBUG_SCREEN_CAST:
|
case META_DEBUG_SCREEN_CAST:
|
||||||
@ -329,8 +331,6 @@ topic_name (MetaDebugTopic topic)
|
|||||||
return "BACKEND";
|
return "BACKEND";
|
||||||
case META_DEBUG_VERBOSE:
|
case META_DEBUG_VERBOSE:
|
||||||
return "VERBOSE";
|
return "VERBOSE";
|
||||||
case META_DEBUG_WAYLAND:
|
|
||||||
return "WAYLAND";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return "WM";
|
return "WM";
|
||||||
|
Loading…
Reference in New Issue
Block a user