mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Handle xwayland OR surfaces with a parent as popups
This commit is contained in:
parent
b757ef94ef
commit
229b7813fe
2 changed files with 56 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue