wayland_output_mode - mode information

NAME  SYNOPSIS  Static Public Attributes  Detailed Description  Member Data Documentation  const bitfield< 2, 22 > output_mode::current {0x1} [static]  const bitfield< 2, 22 > output_mode::preferred {0x2} [static]  Author 

NAME

wayland::output_mode − mode information

SYNOPSIS

#include <wayland−client−protocol.hpp>

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

Static Public Attributes

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

Detailed Description

mode information

These flags describe properties of an output mode. They are used in the flags bitfield of the mode event.

Definition at line 3765 of file wayland−client−protocol.hpp.

Member Data Documentation

const bitfield< 2, 22 > output_mode::current {0x1} [static]

indicates this is the current mode

Definition at line 3772 of file wayland−client−protocol.hpp.

const bitfield< 2, 22 > output_mode::preferred {0x2} [static]

indicates this is the preferred mode

Definition at line 3774 of file wayland−client−protocol.hpp.

Author

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


Updated 2024-01-29 - jenkler.se | uex.se