Module wayland_client::core::shell [] [src]

Structures related to the shell.

The Shell represents the window manager. It allows you to create ShellSurfaces out of Surfaces, which is what would be usually considered as a "window" in classic situations.

Note that many wayland compositor won't draw the window decorations for you.

Structs

Shell

A handle to a wayland wl_shell.

ShellSurface

A wayland shell_surface.

Enums

ShellFullscreenMethod

Different methods of fullscreen for a shell surface.

ShellSurfaceResize

Hint about which border of the surface is being dragged for a resize.