Handle xwayland configure requests for unmanaged surfaces

This commit is contained in:
emersion 2018-04-05 17:22:39 -04:00
parent a528aea2ee
commit 07f3bb3ad1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 14 additions and 0 deletions

View file

@ -87,6 +87,7 @@ struct sway_xwayland_unmanaged {
struct wlr_xwayland_surface *wlr_xwayland_surface;
struct wl_list link;
struct wl_listener request_configure;
struct wl_listener commit;
struct wl_listener map;
struct wl_listener unmap;