mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-23 05:35:51 -04:00
Merge branch 'remove-socket-fd' into 'main'
server: add wl_display_remove_socket_fd() See merge request wayland/wayland!322
This commit is contained in:
commit
b8a9bd82e8
2 changed files with 34 additions and 0 deletions
|
|
@ -205,6 +205,9 @@ wl_display_add_socket_auto(struct wl_display *display);
|
|||
int
|
||||
wl_display_add_socket_fd(struct wl_display *display, int sock_fd);
|
||||
|
||||
int
|
||||
wl_display_remove_socket_fd(struct wl_display *display, int sock_fd);
|
||||
|
||||
void
|
||||
wl_display_terminate(struct wl_display *display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue