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

@ -109,6 +109,8 @@ wl_display_post_button_event(struct wl_display *display,
void
wl_display_post_key_event(struct wl_display *display,
struct wl_object *source, int key, int state);
void
wl_display_post_acknowledge(struct wl_display *display);
struct wl_compositor {
const struct wl_compositor_interface *interface;