Module wayland_client::core::output [] [src]

Structures related to outputs.

An Output represents a physical screen controlled by the Wayland server. These objects are only meant to provide you information about the screens of the computer your program is running on, for example to select the optimal settings of a fullscreen application.

Structs

Output

A physical output

OutputId

An opaque unique identifier to an output, can be tested for equality.

OutputMode

Representation of an output mode

Enums

OutputSubpixel

Subpixel format of an output.

OutputTransform

Transformation applied to an output.