mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-21 01:40:59 -05:00
output: call wlr_output_rollback if not rendering
Required by wlroots 0.9.0.
This commit is contained in:
parent
51e6c760da
commit
84216ca2a4
1 changed files with 1 additions and 0 deletions
1
output.c
1
output.c
|
|
@ -206,6 +206,7 @@ handle_output_damage_frame(struct wl_listener *listener, void *data)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!needs_frame) {
|
if (!needs_frame) {
|
||||||
|
wlr_output_rollback(output->wlr_output);
|
||||||
goto buffer_damage_finish;
|
goto buffer_damage_finish;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue