Crate wayland_csd_frame
source ·Expand description
The interface for wayland client side decorations (CSD).
The crate is intended to be used by libraries providing client side decorations for the xdg-shell protocol.
Examples could be found in client toolkit
and sctk-adwaita
.
Structs§
- An error which could be returned when parsing
CursorIcon
. - The capabilities of the window manager.
- The configured state of the window.
Enums§
- Describes the appearance of the (usually mouse) cursor icon.
- The Frame action user should perform in responce to mouse click events.
- The user clicked or touched the decoractions frame.
- Which edge or corner is being dragged.
Traits§
- The interface for the client side decorations.