diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-10-07 17:43:13 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-10-07 17:43:50 +0300 |
commit | dd0665d822ad6d50839267e4a28a1237480ffeff (patch) | |
tree | 5cf11775d377a8cf78cfa664bd28badac561bb74 /include | |
parent | b9155c5b80a6131ee5fcee462024cefdb453f50c (diff) |
output-damage: drop precommit listener
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 51a5be8c..588bad6d 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -55,7 +55,6 @@ struct wlr_output_damage { struct wl_listener output_needs_frame; struct wl_listener output_damage; struct wl_listener output_frame; - struct wl_listener output_precommit; struct wl_listener output_commit; }; |