Skip to content

Commit

Permalink
output: call wlr_output_rollback if not rendering
Browse files Browse the repository at this point in the history
Required by wlroots 0.9.0.
  • Loading branch information
tdaniel22 authored and Hjdskes committed Jan 10, 2020
1 parent 51e6c76 commit 84216ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ handle_output_damage_frame(struct wl_listener *listener, void *data)
}

if (!needs_frame) {
wlr_output_rollback(output->wlr_output);
goto buffer_damage_finish;
}

Expand Down

0 comments on commit 84216ca

Please sign in to comment.