[mutter] util: Fix placement of META_DEBUG_WAYLAND in switch statement
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] util: Fix placement of META_DEBUG_WAYLAND in switch statement
- Date: Mon, 18 Oct 2021 16:45:45 +0000 (UTC)
commit bd841e8dc5fff5d92af916eab8b66389b031e5b5
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Thu Apr 29 16:19:48 2021 +0200
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>
src/core/util.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/core/util.c b/src/core/util.c
index 74a884c802..2ee91025a6 100644
--- a/src/core/util.c
+++ b/src/core/util.c
@@ -319,6 +319,8 @@ topic_name (MetaDebugTopic topic)
return "DBUS";
case META_DEBUG_INPUT:
return "INPUT";
+ case META_DEBUG_WAYLAND:
+ return "WAYLAND";
case META_DEBUG_KMS:
return "KMS";
case META_DEBUG_SCREEN_CAST:
@@ -329,8 +331,6 @@ topic_name (MetaDebugTopic topic)
return "BACKEND";
case META_DEBUG_VERBOSE:
return "VERBOSE";
- case META_DEBUG_WAYLAND:
- return "WAYLAND";
}
return "WM";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]