mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
screencopy: add capture_output_region support
This commit is contained in:
parent
2b9cbaddf3
commit
bf7560b7cd
4 changed files with 93 additions and 27 deletions
|
|
@ -18,7 +18,7 @@ struct wlr_screencopy_frame_v1 {
|
|||
struct wlr_screencopy_manager_v1 *manager;
|
||||
struct wl_list link;
|
||||
|
||||
int32_t width, height;
|
||||
struct wlr_box buffer_box;
|
||||
|
||||
struct wl_shm_buffer *buffer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue