Wayland++  0.2.6
C++ Bindings for Wayland
wayland::output_mode Struct Reference

mode information More...

#include <wayland-client-protocol.hpp>

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

Static Public Attributes

static const detail::bitfield< 2, 21 > current {0x1}
 indicates this is the current mode More...
 
static const detail::bitfield< 2, 21 > preferred {0x2}
 indicates this is the preferred mode More...
 

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 3461 of file wayland-client-protocol.hpp.

Member Data Documentation

◆ current

const bitfield< 2, 21 > output_mode::current {0x1}
static

indicates this is the current mode

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

◆ preferred

const bitfield< 2, 21 > output_mode::preferred {0x2}
static

indicates this is the preferred mode

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


The documentation for this struct was generated from the following files: