summaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 9bdc5198..2fdb14a2 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -76,6 +76,8 @@ const char *view_get_type(struct sway_view *view) {
76 return "wl_shell"; 76 return "wl_shell";
77 case SWAY_VIEW_XDG_SHELL_V6: 77 case SWAY_VIEW_XDG_SHELL_V6:
78 return "xdg_shell_v6"; 78 return "xdg_shell_v6";
79 case SWAY_VIEW_XDG_SHELL:
80 return "xdg_shell";
79 case SWAY_VIEW_XWAYLAND: 81 case SWAY_VIEW_XWAYLAND:
80 return "xwayland"; 82 return "xwayland";
81 } 83 }