output-damage: stop using enum wlr_output_state_buffer_type

This enum will get dropped in the next commit.
This commit is contained in:
Simon Ser 2021-07-12 18:00:55 +02:00 committed by Simon Zeni
parent 4ddde1a7bd
commit f211bc983a
2 changed files with 5 additions and 11 deletions

View file

@ -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;