aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-29 09:40:58 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-14 13:26:10 +0100
commit95a10dd4f35c6ffc14d23fa3a19a784e85a31724 (patch)
tree9793561e72a8d1b1f948080b5e36f98dbfa89619 /sway/tree/view.c
parentMerge pull request #1968 from RyanDwyer/fix-criteria (diff)
downloadsway-95a10dd4f35c6ffc14d23fa3a19a784e85a31724.tar.gz
sway-95a10dd4f35c6ffc14d23fa3a19a784e85a31724.tar.zst
sway-95a10dd4f35c6ffc14d23fa3a19a784e85a31724.zip
Kill wl_shell
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 41dee1c4..e0e3c110 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -97,8 +97,6 @@ uint32_t view_get_window_type(struct sway_view *view) {
97 97
98const char *view_get_type(struct sway_view *view) { 98const char *view_get_type(struct sway_view *view) {
99 switch(view->type) { 99 switch(view->type) {
100 case SWAY_VIEW_WL_SHELL:
101 return "wl_shell";
102 case SWAY_VIEW_XDG_SHELL_V6: 100 case SWAY_VIEW_XDG_SHELL_V6:
103 return "xdg_shell_v6"; 101 return "xdg_shell_v6";
104 case SWAY_VIEW_XDG_SHELL: 102 case SWAY_VIEW_XDG_SHELL: