diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-12 18:00:55 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-07-29 09:48:33 -0400 |
commit | f211bc983aeeacd7f4d6af8c47845e8ddc2f7e9b (patch) | |
tree | cf2068a71af1ae64e9ecf7a15eeafb96aa11cada /include/wlr | |
parent | 4ddde1a7bda543c4520bd6b50372c93d051e4395 (diff) |
output-damage: stop using enum wlr_output_state_buffer_type
This enum will get dropped in the next commit.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output_damage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |