summaryrefslogtreecommitdiff
path: root/src/wayland-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-server.h')
-rw-r--r--src/wayland-server.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h
index 95b44c1..afd3e69 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -98,9 +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);
struct wl_resource *
@@ -221,6 +218,7 @@ void wl_resource_post_event(struct wl_resource *resource,
uint32_t opcode, ...);
void wl_resource_post_error(struct wl_resource *resource,
uint32_t code, const char *msg, ...);
+void wl_resource_post_no_memory(struct wl_resource *resource);
int
wl_display_set_compositor(struct wl_display *display,