CI: add a FreeBSD build on Sourcehut

This commit is contained in:
Jente Hidskes 2019-04-20 19:32:00 +02:00 committed by Jente Hidskes
parent 5bfedaf84f
commit cf06e42687
3 changed files with 57 additions and 1 deletions

View file

@ -55,7 +55,7 @@ scissor_output(struct wlr_output *output, pixman_box32_t *rect)
}
static void
send_frame_done(struct wlr_surface *surface, int _unused, int __unused, void *data)
send_frame_done(struct wlr_surface *surface, int _unused, int _not_used, void *data)
{
struct timespec *now = data;
wlr_surface_send_frame_done(surface, now);