Enum Class WlOutputTransform

java.lang.Object
java.lang.Enum<WlOutputTransform>
org.freedesktop.wayland.shared.WlOutputTransform
All Implemented Interfaces:
Serializable, Comparable<WlOutputTransform>, Constable

public enum WlOutputTransform extends Enum<WlOutputTransform>
transformation applied to buffer contents

This describes transformations that clients and compositors apply to buffer contents.

The flipped values correspond to an initial flip around a vertical axis followed by rotation.

The purpose is mainly to allow clients to render accordingly and tell the compositor, so that for fullscreen surfaces, the compositor will still be able to scan out directly from client surfaces.