Handle unmanaged surfaces motion

This commit is contained in:
emersion 2018-04-05 18:48:35 -04:00
parent d65d001aa5
commit 641807d920
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 31 additions and 20 deletions

View file

@ -87,6 +87,8 @@ struct sway_xwayland_unmanaged {
struct wlr_xwayland_surface *wlr_xwayland_surface;
struct wl_list link;
int lx, ly;
struct wl_listener request_configure;
struct wl_listener commit;
struct wl_listener map;