mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
screncopy: update protocol
This commit is contained in:
parent
bf7560b7cd
commit
c421700f3d
4 changed files with 72 additions and 54 deletions
|
|
@ -18,7 +18,9 @@ struct wlr_screencopy_frame_v1 {
|
|||
struct wlr_screencopy_manager_v1 *manager;
|
||||
struct wl_list link;
|
||||
|
||||
struct wlr_box buffer_box;
|
||||
enum wl_shm_format format;
|
||||
struct wlr_box box;
|
||||
int stride;
|
||||
|
||||
struct wl_shm_buffer *buffer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue