diff options
author | emersion <contact@emersion.fr> | 2018-05-13 16:38:56 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-13 16:38:56 +0100 |
commit | 88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6 (patch) | |
tree | 20597fec9184cbad25711a0f0cd7c028e99d2e78 /sway/tree/view.c | |
parent | 0c96d757d0d5d1762390dd119cbe344e8781c19f (diff) |
Add xdg-shell stable support
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r-- | sway/tree/view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c index e2cb8a7a..55271d79 100644 --- a/sway/tree/view.c +++ b/sway/tree/view.c @@ -74,6 +74,8 @@ const char *view_get_type(struct sway_view *view) { return "wl_shell"; case SWAY_VIEW_XDG_SHELL_V6: return "xdg_shell_v6"; + case SWAY_VIEW_XDG_SHELL: + return "xdg_shell"; case SWAY_VIEW_XWAYLAND: return "xwayland"; } |