From dd0665d822ad6d50839267e4a28a1237480ffeff Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 7 Oct 2022 17:43:13 +0300 Subject: output-damage: drop precommit listener --- include/wlr/types/wlr_output_damage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/wlr') 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; }; -- cgit v1.2.3