aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-04 15:53:46 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-04-04 15:53:46 -0400
commit478fc94e0299482168d91ea2f2032c3f1761fb9e (patch)
tree803dc03246326c754732f3b8f635d8a67a2a3441 /include
parent0f5a8972d2d47b853fb381ac04acf5a2bcef38c7 (diff)
Remove unused SWAY_VIEW_TYPES
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 6bc5ceda..f32ccc5a 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -59,11 +59,9 @@ struct sway_wl_shell_surface {
};
enum sway_view_type {
- SWAY_WL_SHELL_VIEW,
- SWAY_XDG_SHELL_V6_VIEW,
- SWAY_XWAYLAND_VIEW,
- // Keep last
- SWAY_VIEW_TYPES,
+ SWAY_VIEW_WL_SHELL,
+ SWAY_VIEW_XDG_SHELL_V6,
+ SWAY_VIEW_XWAYLAND,
};
enum sway_view_prop {