[][src]Module wayland_server::protocol::wl_shell

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.

Structs

WlShell

Enums

Error
Event
Request

Constants

REQ_GET_SHELL_SURFACE_SINCE

The minimal object version supporting this request

Statics

wl_shell_interface

C representation of this interface, for interop

wl_shell_requests

C-representation of the messages of this interface, for interop

Traits

RequestHandler

An interface for handling requests.