Wayland++
0.2.6
C++ Bindings for Wayland
|
transform from framebuffer to output More...
#include <wayland-client-protocol.hpp>
Inherits wayland::detail::bitfield< size, id >.
Static Public Attributes | |
static const detail::bitfield< 3, 20 > | normal {0} |
no transform More... | |
static const detail::bitfield< 3, 20 > | _90 {1} |
90 degrees counter-clockwise More... | |
static const detail::bitfield< 3, 20 > | _180 {2} |
180 degrees counter-clockwise More... | |
static const detail::bitfield< 3, 20 > | _270 {3} |
270 degrees counter-clockwise More... | |
static const detail::bitfield< 3, 20 > | flipped {4} |
180 degree flip around a vertical axis More... | |
static const detail::bitfield< 3, 20 > | flipped_90 {5} |
flip and rotate 90 degrees counter-clockwise More... | |
static const detail::bitfield< 3, 20 > | flipped_180 {6} |
flip and rotate 180 degrees counter-clockwise More... | |
static const detail::bitfield< 3, 20 > | flipped_270 {7} |
flip and rotate 270 degrees counter-clockwise More... | |
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 3431 of file wayland-client-protocol.hpp.
|
static |
180 degrees counter-clockwise
Definition at line 3442 of file wayland-client-protocol.hpp.
|
static |
270 degrees counter-clockwise
Definition at line 3444 of file wayland-client-protocol.hpp.
|
static |
90 degrees counter-clockwise
Definition at line 3440 of file wayland-client-protocol.hpp.
|
static |
180 degree flip around a vertical axis
Definition at line 3446 of file wayland-client-protocol.hpp.
|
static |
flip and rotate 180 degrees counter-clockwise
Definition at line 3450 of file wayland-client-protocol.hpp.
|
static |
flip and rotate 270 degrees counter-clockwise
Definition at line 3452 of file wayland-client-protocol.hpp.
|
static |
flip and rotate 90 degrees counter-clockwise
Definition at line 3448 of file wayland-client-protocol.hpp.
|
static |
no transform
Definition at line 3438 of file wayland-client-protocol.hpp.