[−][src]Module wlroots::xwayland::manager
XWayland client resources are managed by the XWayland resource manager and server.
To manage XWayland clients (and run an XServer) implement a function
with NewSurface
as the signature.
Pass that function to the xwayland::Builder
which is then passed to the compositor::Builder
.
Structs
Builder |
A builder of static functions to manage and create resources. |
Type Definitions
NewSurface |
Callback that's triggered when a new surface is presented to the X server. |
OnReady |
Callback that's triggered when the XWayland library is ready. |