mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Add support for viewporter
Depends on [1]. [1]: https://github.com/swaywm/wlroots/pull/2092
This commit is contained in:
parent
8fa74add82
commit
e19bd1e474
4 changed files with 24 additions and 11 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue