mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
view: drop ext_foreign_destroy
It's not used and causes a crash when a view is destroyed.
This commit is contained in:
parent
09c360d503
commit
7a2ff7ba81
2 changed files with 0 additions and 3 deletions
|
@ -85,7 +85,6 @@ struct sway_view {
|
|||
struct wlr_box geometry;
|
||||
|
||||
struct wlr_ext_foreign_toplevel_handle_v1 *ext_foreign_toplevel;
|
||||
struct wl_listener ext_foreign_destroy;
|
||||
|
||||
struct wlr_foreign_toplevel_handle_v1 *foreign_toplevel;
|
||||
struct wl_listener foreign_activate_request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue