Fix xwayland unmanaged surfaces

This commit is contained in:
emersion 2018-04-05 17:08:30 -04:00
parent f5e5b1819b
commit 7ce1038478
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 57 additions and 16 deletions

View file

@ -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;
};