diff options
author | Simon Ser <contact@emersion.fr> | 2022-12-01 10:12:34 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-12-01 20:05:04 +0000 |
commit | 19dfe99496dda60a86c4fde6d4593dc8605e2f8d (patch) | |
tree | 8270d0af14246251c9b57b942b89be84eb0c8d92 /include | |
parent | fecbaa2bd6f49bb2d6e5d83149a381224e348887 (diff) |
output-damage: stop listening for output mode events
These will go away.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output_damage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output_damage.h b/include/wlr/types/wlr_output_damage.h index efb9a707..5dfca406 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -54,7 +54,6 @@ struct wlr_output_damage { } events; struct wl_listener output_destroy; - struct wl_listener output_mode; struct wl_listener output_needs_frame; struct wl_listener output_damage; struct wl_listener output_frame; |