commit 6ffa4b1f7000cd90d63213820039ee432803e66a
parent daf9ad1af73a0358fdabc29ca5817511c16e15a4
Author: Simon Zeni <simon@bl4ckb0ne.ca>
Date: Tue, 27 Jul 2021 09:55:36 -0400
view: remove reference to wlr_wl_shell_surface
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
@@ -112,7 +112,6 @@ struct sway_view {
#if HAVE_XWAYLAND
struct wlr_xwayland_surface *wlr_xwayland_surface;
#endif
- struct wlr_wl_shell_surface *wlr_wl_shell_surface;
};
struct {