aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 65a23902..5c2f759c 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -137,6 +137,7 @@ struct sway_xwayland_view {
137 struct wl_listener unmap; 137 struct wl_listener unmap;
138 struct wl_listener destroy; 138 struct wl_listener destroy;
139 139
140 int pending_lx, pending_ly;
140 int pending_width, pending_height; 141 int pending_width, pending_height;
141}; 142};
142 143