mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
screencopy: listen to buffer destroy
This commit is contained in:
parent
9aaa9ba477
commit
dbb01cbcd0
2 changed files with 13 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ struct wlr_screencopy_frame_v1 {
|
|||
int stride;
|
||||
|
||||
struct wl_shm_buffer *buffer;
|
||||
struct wl_listener buffer_destroy;
|
||||
|
||||
struct wlr_output *output;
|
||||
struct wl_listener output_swap_buffers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue