mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
screencopy-v1: drop output_enable listener
(cherry picked from commit 31f9d6bb97)
This commit is contained in:
parent
f57e7e40d3
commit
1a6702938d
2 changed files with 4 additions and 16 deletions
|
|
@ -52,7 +52,6 @@ struct wlr_screencopy_frame_v1 {
|
|||
struct wlr_output *output;
|
||||
struct wl_listener output_commit;
|
||||
struct wl_listener output_destroy;
|
||||
struct wl_listener output_enable;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue