logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wayland::server::output_mode - mode information

Author

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

Version 1.0.0                                Wed May 1 2024 17:27:19             wayland::server::output_mode(3)

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 4021 of file wayland-server-protocol.hpp.

Member Data Documentation

constwayland::detail::bitfield<2,22>wayland::server::output_mode::current[static]
       indicates this is the current mode

       Definition at line 4028 of file wayland-server-protocol.hpp.

   constwayland::detail::bitfield<2,22>wayland::server::output_mode::preferred[static]
       indicates this is the preferred mode

       Definition at line 4030 of file wayland-server-protocol.hpp.

Name

       wayland::server::output_mode - mode information

Synopsis

       #include <wayland-server-protocol.hpp>

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

   StaticPublicAttributes
       static const wayland::detail::bitfield< 2, 22 > current
           indicates this is the current mode
       static const wayland::detail::bitfield< 2, 22 > preferred
           indicates this is the preferred mode

See Also