aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/view.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 99b4ed78..058dc73e 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -28,6 +28,13 @@ struct roots_xdg_surface_v6 {
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_maximize;
+
+ struct {
+ uint32_t configure_serial;
+ double x, y;
+ bool update_x, update_y;
+ uint32_t width, height;
+ } move_resize;
};
struct roots_xwayland_surface {