mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-05 13:29:50 -05:00
Handle failure to reference a buffer name better
This commit is contained in:
parent
5b75f1b218
commit
c071f4d008
5 changed files with 34 additions and 12 deletions
|
|
@ -89,6 +89,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);
|
||||
|
||||
struct wl_compositor {
|
||||
struct wl_object base;
|
||||
const char *device;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue