mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-13 13:29:47 -05:00
Fix API to always include socket name length.
This commit is contained in:
parent
cb70316105
commit
dc0f355f0a
9 changed files with 22 additions and 21 deletions
|
|
@ -38,7 +38,7 @@ struct wl_surface;
|
|||
|
||||
typedef int (*wl_display_update_func_t)(uint32_t mask, void *data);
|
||||
|
||||
struct wl_display *wl_display_create(const char *address);
|
||||
struct wl_display *wl_display_create(const char *name, size_t name_size);
|
||||
void wl_display_destroy(struct wl_display *display);
|
||||
int wl_display_get_fd(struct wl_display *display,
|
||||
wl_display_update_func_t update, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue