mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Fix xwayland unmanaged surfaces
This commit is contained in:
parent
f5e5b1819b
commit
7ce1038478
4 changed files with 57 additions and 16 deletions
|
|
@ -87,6 +87,9 @@ struct sway_xwayland_unmanaged {
|
|||
struct wlr_xwayland_surface *wlr_xwayland_surface;
|
||||
struct wl_list link;
|
||||
|
||||
struct wl_listener commit;
|
||||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue