diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-10-07 18:09:26 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-10-07 18:09:26 +0300 |
commit | 46a686ce6b02724f42b8d9ab8b7aeed958d4c7f6 (patch) | |
tree | 244d018523c0b0511b7badac38baffe0bf7e325d /include | |
parent | dd0665d822ad6d50839267e4a28a1237480ffeff (diff) |
output-damage: drop unused pending_attach_render
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output_damage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_output_damage.h b/include/wlr/types/wlr_output_damage.h index 588bad6d..a09b420c 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -43,8 +43,6 @@ struct wlr_output_damage { pixman_region32_t previous[WLR_OUTPUT_DAMAGE_PREVIOUS_LEN]; size_t previous_idx; - bool pending_attach_render; - struct { struct wl_signal frame; struct wl_signal destroy; |