aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 {
struct wlr_client_buffer *buffer;
int x, y;
int width, height;
+ enum wl_output_transform transform;
struct wl_list link; // sway_view::saved_buffers
};