Handle xwayland OR surfaces with a parent as popups

This commit is contained in:
novenary 2023-02-28 01:17:26 +02:00
parent b757ef94ef
commit 229b7813fe
2 changed files with 56 additions and 1 deletions

View file

@ -181,6 +181,7 @@ struct sway_xwayland_unmanaged {
struct wl_listener unmap;
struct wl_listener destroy;
struct wl_listener override_redirect;
struct wl_listener set_parent;
};
#endif
struct sway_view_child;