aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-10-07 18:09:26 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-10-07 18:09:26 +0300
commit46a686ce6b02724f42b8d9ab8b7aeed958d4c7f6 (patch)
tree244d018523c0b0511b7badac38baffe0bf7e325d
parentdd0665d822ad6d50839267e4a28a1237480ffeff (diff)
output-damage: drop unused pending_attach_render
-rw-r--r--include/wlr/types/wlr_output_damage.h2
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;