mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
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:
parent
41fd552f53
commit
4c7c9095d9
4 changed files with 58 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue