mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-17 06:59:46 -05:00
wayland_client: rename wl_display_create to wl_display_connect
Avoid conflict when using wayland-{server,client} together.
This commit is contained in:
parent
c1ad1f9c9b
commit
35fd2a8cc6
4 changed files with 4 additions and 4 deletions
|
|
@ -329,7 +329,7 @@ static const struct wl_display_listener display_listener = {
|
|||
};
|
||||
|
||||
WL_EXPORT struct wl_display *
|
||||
wl_display_create(const char *name, size_t name_size)
|
||||
wl_display_connect(const char *name, size_t name_size)
|
||||
{
|
||||
struct wl_display *display;
|
||||
struct sockaddr_un addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue