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 53c5d34e..8898cde5 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -59,6 +59,7 @@ struct sway_saved_buffer {
59 struct wlr_client_buffer *buffer; 59 struct wlr_client_buffer *buffer;
60 int x, y; 60 int x, y;
61 int width, height; 61 int width, height;
62 enum wl_output_transform transform;
62 struct wl_list link; // sway_view::saved_buffers 63 struct wl_list link; // sway_view::saved_buffers
63}; 64};
64 65