Simon Ser
d3599f8dce
Merge branch 'xwl-drop-abstract-socket' into 'master'
...
Draft: xwayland: drop support for abstract sockets
See merge request wlroots/wlroots!4656
2026-01-14 09:14:03 +00:00
Kirill Primak
1520be3c5c
Make all listeners private
2024-10-28 18:07:02 +00:00
Simon Ser
4c7c9095d9
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
2024-04-25 11:55:52 +02:00
Simon Ser
bdcf997a89
xwayland/server: add ready flag
...
Allows one to check whether the server is currently ready.
2023-10-10 17:05:04 +02:00
Simon Ser
d19191ff6b
xwayland/server: delay non-lazy startup
...
This allows users to setup event listeners before the server is
actually started.
2022-11-18 15:35:20 +00:00
Simon Ser
3f40b0031f
xwayland/server: add start signal
...
This can be used to know when wlr_xwayland_server decides to start
a new Xwayland process. At that point the wl_client has already
been created but the Xwayland process hasn't been started yet.
2022-11-18 15:35:20 +00:00
Simon Ser
05454618cd
xwayland: split headers
...
We're about to get one more Xwayland-related thing, and this header
already contains two things.
2022-11-02 19:00:23 +01:00