aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2021-07-27 09:55:36 -0400
committerLibravatar Kenny Levinsen <kl@kl.wtf>2021-07-27 17:31:29 +0200
commit6ffa4b1f7000cd90d63213820039ee432803e66a (patch)
tree750b18c5f400f5d7c12f86eb1da15f89b03998be
parentswaybar: log Wayland display errors (diff)
downloadsway-6ffa4b1f7000cd90d63213820039ee432803e66a.tar.gz
sway-6ffa4b1f7000cd90d63213820039ee432803e66a.tar.zst
sway-6ffa4b1f7000cd90d63213820039ee432803e66a.zip
view: remove reference to wlr_wl_shell_surface
-rw-r--r--include/sway/tree/view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 86bd981c..923498ec 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -112,7 +112,6 @@ struct sway_view {
112#if HAVE_XWAYLAND 112#if HAVE_XWAYLAND
113 struct wlr_xwayland_surface *wlr_xwayland_surface; 113 struct wlr_xwayland_surface *wlr_xwayland_surface;
114#endif 114#endif
115 struct wlr_wl_shell_surface *wlr_wl_shell_surface;
116 }; 115 };
117 116
118 struct { 117 struct {