wayland::output_mode(3) | Wayland++ | wayland::output_mode(3) |
wayland::output_mode - mode information
#include <wayland-client-protocol.hpp>
Inherits wayland::detail::bitfield< size, id >.
static const wayland::detail::bitfield< 2, 22 >
current {0x1}
indicates this is the current mode static const wayland::detail::bitfield<
2, 22 > preferred {0x2}
indicates this is the preferred mode
mode information
These flags describe properties of an output mode. They are used in the flags bitfield of the mode event.
Definition at line 3764 of file wayland-client-protocol.hpp.
indicates this is the current mode
Definition at line 3771 of file wayland-client-protocol.hpp.
indicates this is the preferred mode
Definition at line 3773 of file wayland-client-protocol.hpp.
Generated automatically by Doxygen for Wayland++ from the source code.
Mon Apr 22 2024 09:52:15 | Version 1.0.0 |