summaryrefslogtreecommitdiffstats
path: root/src/wayland-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-server.h')
-rw-r--r--src/wayland-server.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h
index e5f1767..4688aee 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -98,8 +98,6 @@ void wl_display_remove_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_flush(struct wl_client *client);
@@ -227,6 +225,9 @@ struct wl_selection {
};
void
+wl_resource_post_error(struct wl_resource *resource,
+ uint32_t code, const char *msg, ...);
+void
wl_resource_post_event(struct wl_resource *resource, uint32_t opcode, ...);
int