diff options
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r-- | include/sway/tree/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 467bf78b..6007ec49 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -60,6 +60,7 @@ struct sway_saved_buffer { int x, y; int width, height; enum wl_output_transform transform; + struct wlr_fbox source_box; struct wl_list link; // sway_view::saved_buffers }; |