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::shell_surface_transient - details of transient behaviour

Author

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

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

Detailed Description

       details of transient behaviour

       These flags specify details of the expected behaviour of transient surfaces. Used in the set_transient
       request.

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

Member Data Documentation

constbitfield<1,9>shell_surface_transient::inactive{0x1}[static]
       do not set keyboard focus

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

Name

       wayland::shell_surface_transient - details of transient behaviour

Synopsis

       #include <wayland-client-protocol.hpp>

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

   StaticPublicAttributes
       static const wayland::detail::bitfield< 1, 9 > inactive {0x1}
           do not set keyboard focus

See Also