output: send present event from all backends

This commit is contained in:
emersion 2018-10-01 11:07:58 +02:00
parent 78389fe722
commit 26b9d6dbb1
4 changed files with 27 additions and 3 deletions

View file

@ -67,6 +67,7 @@ static bool output_make_current(struct wlr_output *wlr_output, int *buffer_age)
static bool output_swap_buffers(struct wlr_output *wlr_output,
pixman_region32_t *damage) {
wlr_output_send_present(wlr_output, NULL, 0, 0);
return true; // No-op
}