Merge branch 'xwl-drop-abstract-socket' into 'master'

Draft: xwayland: drop support for abstract sockets

See merge request wlroots/wlroots!4656
This commit is contained in:
Simon Ser 2026-01-14 09:14:03 +00:00
commit d3599f8dce
4 changed files with 80 additions and 120 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;