From f211bc983aeeacd7f4d6af8c47845e8ddc2f7e9b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 12 Jul 2021 18:00:55 +0200 Subject: output-damage: stop using enum wlr_output_state_buffer_type This enum will get dropped in the next commit. --- include/wlr/types/wlr_output_damage.h | 2 +- 1 file changed, 1 insertion(+), 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 e7c609ed..ba5c88df 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -43,7 +43,7 @@ struct wlr_output_damage { pixman_region32_t previous[WLR_OUTPUT_DAMAGE_PREVIOUS_LEN]; size_t previous_idx; - enum wlr_output_state_buffer_type pending_buffer_type; + bool pending_attach_render; struct { struct wl_signal frame; -- cgit v1.2.3