mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
view: remove reference to wlr_wl_shell_surface
This commit is contained in:
parent
daf9ad1af7
commit
6ffa4b1f70
|
@ -112,7 +112,6 @@ struct sway_view {
|
||||||
#if HAVE_XWAYLAND
|
#if HAVE_XWAYLAND
|
||||||
struct wlr_xwayland_surface *wlr_xwayland_surface;
|
struct wlr_xwayland_surface *wlr_xwayland_surface;
|
||||||
#endif
|
#endif
|
||||||
struct wlr_wl_shell_surface *wlr_wl_shell_surface;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue