aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKalyan Sriram <coder.kalyan@gmail.com>2020-06-05 05:13:18 -0700
committerGitHub <noreply@github.com>2020-06-05 14:13:18 +0200
commite3e548a64861749474d87904875655904023b335 (patch)
tree4e359af42d43bce36810bcd87fdaa0ec70a0a81c /include
parentf7e050c58f61a15bf5987e2e3d280a72666f6381 (diff)
Save transform during transaction
Closes: https://github.com/swaywm/sway/issues/5412
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
};