mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-06 21:45:58 +01:00
output-damage: drop unused pending_attach_render
This commit is contained in:
parent
dd0665d822
commit
46a686ce6b
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue