screencopy-v1: drop output_enable listener

(cherry picked from commit 31f9d6bb97)
This commit is contained in:
liupeng 2025-03-05 14:02:58 +08:00 committed by Simon Ser
parent f57e7e40d3
commit 1a6702938d
2 changed files with 4 additions and 16 deletions

View file

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