aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland/server.h
AgeCommit message (Collapse)Author
2023-10-10xwayland/server: add ready flagSimon Ser
Allows one to check whether the server is currently ready.
2022-11-18xwayland/server: delay non-lazy startupSimon Ser
This allows users to setup event listeners before the server is actually started.
2022-11-18xwayland/server: add start signalSimon Ser
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-02xwayland: split headersSimon Ser
We're about to get one more Xwayland-related thing, and this header already contains two things.