mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output-damage: stop using enum wlr_output_state_buffer_type
This enum will get dropped in the next commit.
This commit is contained in:
parent
4ddde1a7bd
commit
f211bc983a
2 changed files with 5 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue