Package org.freedesktop.wayland.server
Class WlShellResource
java.lang.Object
org.freedesktop.wayland.server.Resource<WlShellRequests>
org.freedesktop.wayland.server.WlShellResource
- All Implemented Interfaces:
WaylandObject
create desktop-style surfaces
This interface is implemented by servers that provide desktop-style user interfaces.
It allows clients to associate a wl_shell_surface with a basic surface.
Note! This protocol is deprecated and not intended for production use. For desktop-style user interfaces, use xdg_shell. Compositors and clients should not implement this interface.
-
Field Summary
FieldsFields inherited from class org.freedesktop.wayland.server.Resource
wlResourcePtr
-
Constructor Summary
ConstructorsConstructorDescriptionWlShellResource
(MemorySegment pointer) WlShellResource
(Client client, int version, int id, WlShellRequests 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
-
WlShellResource
-
WlShellResource
-