[][src]Module wayland_protocols::wlr::unstable::layer_shell::v1::client::zwlr_layer_shell_v1

create surfaces that are layers of the desktop

Clients can use this interface to assign the surface_layer role to wl_surfaces. Such surfaces are assigned to a "layer" of the output and rendered with a defined z-depth respective to each other. They may also be anchored to the edges and corners of a screen and specify input handling semantics. This interface should be suitable for the implementation of many desktop shell components, and a broad number of other applications that interact with the desktop.

Structs

ZwlrLayerShellV1

Enums

Error
Event
Layer

available layers for surfaces

Request

Constants

REQ_GET_LAYER_SURFACE_SINCE

The minimal object version supporting this request

Statics

zwlr_layer_shell_v1_interface

C representation of this interface, for interop

zwlr_layer_shell_v1_requests

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

Traits

EventHandler

An interface for handling events.