wayland::output_transform(3) Wayland++ wayland::output_transform(3)

wayland::output_transform - transform from framebuffer to output

#include <wayland-client-protocol.hpp>

Inherits wayland::detail::bitfield< size, id >.


static const wayland::detail::bitfield< 3, 21 > normal {0}
no transform static const wayland::detail::bitfield< 3, 21 > _90 {1}
90 degrees counter-clockwise static const wayland::detail::bitfield< 3, 21 > _180 {2}
180 degrees counter-clockwise static const wayland::detail::bitfield< 3, 21 > _270 {3}
270 degrees counter-clockwise static const wayland::detail::bitfield< 3, 21 > flipped {4}
180 degree flip around a vertical axis static const wayland::detail::bitfield< 3, 21 > flipped_90 {5}
flip and rotate 90 degrees counter-clockwise static const wayland::detail::bitfield< 3, 21 > flipped_180 {6}
flip and rotate 180 degrees counter-clockwise static const wayland::detail::bitfield< 3, 21 > flipped_270 {7}
flip and rotate 270 degrees counter-clockwise

transform from framebuffer to output

This describes the transform that a compositor will apply to a surface to compensate for the rotation or mirroring of an output device.

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.

Definition at line 3734 of file wayland-client-protocol.hpp.

180 degrees counter-clockwise

Definition at line 3745 of file wayland-client-protocol.hpp.

270 degrees counter-clockwise

Definition at line 3747 of file wayland-client-protocol.hpp.

90 degrees counter-clockwise

Definition at line 3743 of file wayland-client-protocol.hpp.

180 degree flip around a vertical axis

Definition at line 3749 of file wayland-client-protocol.hpp.

flip and rotate 180 degrees counter-clockwise

Definition at line 3753 of file wayland-client-protocol.hpp.

flip and rotate 270 degrees counter-clockwise

Definition at line 3755 of file wayland-client-protocol.hpp.

flip and rotate 90 degrees counter-clockwise

Definition at line 3751 of file wayland-client-protocol.hpp.

no transform

Definition at line 3741 of file wayland-client-protocol.hpp.

Generated automatically by Doxygen for Wayland++ from the source code.

Tue Oct 29 2024 13:36:49 Version 1.0.0