xwayland: drop support for abstract sockets

Mutter has done the same [1] a while back. This simplifies the
code and removes support for this legacy feature.

[1]: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1424
This commit is contained in:
Simon Ser 2024-04-25 11:55:52 +02:00
parent 41fd552f53
commit 4c7c9095d9
4 changed files with 58 additions and 115 deletions

View file

@ -5,6 +5,6 @@
bool set_cloexec(int fd, bool cloexec);
void unlink_display_sockets(int display);
int open_display_sockets(int socks[2]);
int open_display_sockets(int *sock);
#endif