Package org.freedesktop.wayland.server
Class WlCompositorResource
java.lang.Object
org.freedesktop.wayland.server.Resource<WlCompositorRequests>
org.freedesktop.wayland.server.WlCompositorResource
- All Implemented Interfaces:
WaylandObject
the compositor singleton
A compositor. This object is a singleton global. The compositor is in charge of combining the contents of multiple surfaces into one displayable output.
-
Field Summary
FieldsFields inherited from class org.freedesktop.wayland.server.Resource
wlResourcePtr
-
Constructor Summary
ConstructorsConstructorDescriptionWlCompositorResource
(MemorySegment pointer) WlCompositorResource
(Client client, int version, int id, WlCompositorRequests implementation) -
Method Summary
Methods inherited from class org.freedesktop.wayland.server.Resource
addDestroyListener, destroy, equals, getClient, getId, getImplementation, getPointer, getVersion, hashCode, postError, postEvent, postEvent, register, unregister
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
WlCompositorResource
public WlCompositorResource(Client client, int version, int id, WlCompositorRequests implementation) -
WlCompositorResource
-