Add support for viewporter

Depends on [1].

[1]: https://github.com/swaywm/wlroots/pull/2092
This commit is contained in:
Simon Ser 2020-04-27 16:41:54 +02:00 committed by Drew DeVault
parent 8fa74add82
commit e19bd1e474
4 changed files with 24 additions and 11 deletions

View file

@ -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
};