mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-27 07:58:47 -04:00
Add convenience functions for posting display events
This commit is contained in:
parent
f66d0f4e14
commit
13b8ae4986
4 changed files with 28 additions and 22 deletions
|
|
@ -91,6 +91,8 @@ typedef void (*wl_client_connect_func_t)(struct wl_client *client, struct wl_obj
|
|||
int wl_display_add_global(struct wl_display *display, struct wl_object *object, wl_client_connect_func_t func);
|
||||
|
||||
void wl_client_destroy(struct wl_client *client);
|
||||
void wl_client_post_no_memory(struct wl_client *client);
|
||||
void wl_client_post_global(struct wl_client *client, struct wl_object *object);
|
||||
|
||||
struct wl_compositor {
|
||||
struct wl_object base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue