Make ack event signal that the requests have been composited.

This commit is contained in:
Kristian Høgsberg 2008-11-26 12:57:31 -05:00
parent f3723fe79e
commit 44f36e3585
5 changed files with 111 additions and 74 deletions

View file

@ -541,6 +541,8 @@ repaint(void *data)
eglSwapBuffers(ec->display, ec->surface);
wl_display_post_acknowledge(ec->wl_display);
animate_overlay(ec);
}