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