screencopy-v1: drop output_enable listener

This commit is contained in:
liupeng 2025-03-05 14:02:58 +08:00
parent 94cb8e2bc7
commit 31f9d6bb97
2 changed files with 4 additions and 16 deletions

View file

@ -58,7 +58,6 @@ struct wlr_screencopy_frame_v1 {
struct {
struct wl_listener output_commit;
struct wl_listener output_destroy;
struct wl_listener output_enable;
} WLR_PRIVATE;
};