diff options
author | emersion <contact@emersion.fr> | 2017-11-17 23:52:42 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-17 23:52:42 +0100 |
commit | e2843d87c868341869cf905f6c77531e78d997ad (patch) | |
tree | 8367311bf184915614f1b4d7c385657b768d7ca5 /include/rootston | |
parent | 27937add762bb2594828ac678859bfdde4275f1e (diff) |
Ensure to move the view when configured
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 9df2ee08..66616207 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -30,7 +30,7 @@ struct roots_xdg_surface_v6 { struct wl_listener request_maximize; struct { - bool needs_move; + uint32_t configure_serial; double x, y; uint32_t width, height; } move_resize; |