summaryrefslogtreecommitdiffstats
path: root/wayland.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-11-26 12:57:31 -0500
committerKristian Høgsberg <krh@redhat.com>2008-11-26 12:57:31 -0500
commit44f36e3585cf7bb1ba8e73febabb7facf5cd6151 (patch)
tree5a9de67f6de5443613b1d380dd9bd3d6fced2461 /wayland.h
parentf3723fe79e7bafcd663160ee8f7798faf9a2c2f9 (diff)
downloadwayland-44f36e3585cf7bb1ba8e73febabb7facf5cd6151.tar.gz
wayland-44f36e3585cf7bb1ba8e73febabb7facf5cd6151.tar.xz
wayland-44f36e3585cf7bb1ba8e73febabb7facf5cd6151.zip
Make ack event signal that the requests have been composited.
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wayland.h b/wayland.h
index 061f4b2..ecc9de0 100644
--- a/wayland.h
+++ b/wayland.h
@@ -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;