diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-07-27 09:55:36 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-07-27 09:55:36 -0400 |
| commit | 6c2b1d60fa975722731d455063a8cc1c501caef3 (patch) | |
| tree | 750b18c5f400f5d7c12f86eb1da15f89b03998be /include | |
| parent | 164978238ec4efef2fcdb5b0798b46640044b90d (diff) | |
view: remove reference to wlr_wl_shell_surface
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/view.h | 1 |
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 { #if HAVE_XWAYLAND struct wlr_xwayland_surface *wlr_xwayland_surface; #endif - struct wlr_wl_shell_surface *wlr_wl_shell_surface; }; struct { |
