Package org.freedesktop.wayland.server
Interface WlCompositorRequests
- All Known Subinterfaces:
WlCompositorRequestsV2,WlCompositorRequestsV3,WlCompositorRequestsV4,WlCompositorRequestsV5,WlCompositorRequestsV6
public interface WlCompositorRequests
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
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateRegion(WlCompositorResource requester, int id) create new regionvoidcreateSurface(WlCompositorResource requester, int id) create new surface
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
createSurface
create new surfaceAsk the compositor to create a new surface.
- Parameters:
requester- The protocol object that made the request.id- the new surface
-
createRegion
create new regionAsk the compositor to create a new region.
- Parameters:
requester- The protocol object that made the request.id- the new region
-