xdg-shell: await configure serial before moving (issue #11)

This commit is contained in:
Johan Malm 2020-12-22 21:08:17 +00:00
parent e0770a5672
commit 7c29bcb45e
2 changed files with 42 additions and 6 deletions

View file

@ -181,6 +181,13 @@ struct view {
*/
struct border margin;
struct {
bool update_x, update_y;
double x, y;
uint32_t width, height;
uint32_t configure_serial;
} pending_move_resize;
int xdg_grab_offset;
bool server_side_deco;