diff options
Diffstat (limited to 'src/wayland-server.h')
-rw-r--r-- | src/wayland-server.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h index e5f1767..71bb5bf 100644 --- a/src/wayland-server.h +++ b/src/wayland-server.h @@ -226,8 +226,10 @@ struct wl_selection { struct wl_listener selection_focus_listener; }; -void -wl_resource_post_event(struct wl_resource *resource, uint32_t opcode, ...); +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, ...); int wl_display_set_compositor(struct wl_display *display, |