aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-18 09:09:23 +0100
committeremersion <contact@emersion.fr>2017-11-18 09:09:23 +0100
commita3a8b7bfd8d1616cdf9f7ba911616ca0baeedc67 (patch)
tree37c802d9abe65d9ba20dbe0ae839aaff39a960a6 /include/rootston/view.h
parente2843d87c868341869cf905f6c77531e78d997ad (diff)
Fixed a bug with move-resize, removed xdg-shell ack_configure event
Fixed move-resizing a view when only one coordinate changes.
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 66616207..058dc73e 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -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;
};