summaryrefslogtreecommitdiff
path: root/wayland/wayland-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/wayland-server.h')
-rw-r--r--wayland/wayland-server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wayland/wayland-server.h b/wayland/wayland-server.h
index 7e752de..6a042cd 100644
--- a/wayland/wayland-server.h
+++ b/wayland/wayland-server.h
@@ -95,6 +95,8 @@ int wl_display_add_global(struct wl_display *display,
struct wl_client *wl_client_create(struct wl_display *display, int fd);
void wl_client_destroy(struct wl_client *client);
+void wl_client_post_error(struct wl_client *client, struct wl_object *object,
+ uint32_t code, const char *msg, ...);
void wl_client_post_no_memory(struct wl_client *client);
void wl_client_post_global(struct wl_client *client, struct wl_object *object);