output: add wlr_output_schedule_frame

This commit is contained in:
emersion 2018-01-26 22:39:23 +01:00
parent ece2c1e4e2
commit 8d58ed502b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
9 changed files with 41 additions and 31 deletions

View file

@ -881,7 +881,7 @@ static void page_flip_handler(int fd, unsigned seq,
}
if (drm->session->active) {
wl_signal_emit(&conn->output.events.frame, &conn->output);
wlr_output_send_frame(&conn->output);
}
}