Fixed a bug with move-resize, removed xdg-shell ack_configure event

Fixed move-resizing a view when only one coordinate changes.
This commit is contained in:
emersion 2017-11-18 09:09:23 +01:00
parent e2843d87c8
commit a3a8b7bfd8
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 31 additions and 18 deletions

View file

@ -32,6 +32,7 @@ struct roots_xdg_surface_v6 {
struct {
uint32_t configure_serial;
double x, y;
bool update_x, update_y;
uint32_t width, height;
} move_resize;
};