Don't let xwayland views set position unless unmanaged

This commit is contained in:
Ryan Dwyer 2018-05-26 21:33:18 +10:00
parent 02d385e06f
commit 5b1601c2e3
2 changed files with 5 additions and 1 deletions

View file

@ -137,6 +137,7 @@ struct sway_xwayland_view {
struct wl_listener unmap;
struct wl_listener destroy;
int pending_lx, pending_ly;
int pending_width, pending_height;
};