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

@ -35,8 +35,8 @@ struct wlr_xwayland_server {
int display;
char display_name[16];
int x_fd[2];
struct wl_event_source *x_fd_read_event[2];
int x_fd;
struct wl_event_source *x_fd_read_event;
struct wlr_xwayland_server_options options;
struct wl_display *wl_display;