mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Save transform during transaction
Closes: https://github.com/swaywm/sway/issues/5412
This commit is contained in:
parent
f7e050c58f
commit
e3e548a648
3 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue