mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Make ack event signal that the requests have been composited.
This commit is contained in:
parent
f3723fe79e
commit
44f36e3585
5 changed files with 111 additions and 74 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue