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::zxdg_positioner_v6_constraint_adjustment - constraint adjustments

Author

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

Version 1.0.0                                Wed May 1 2024 1wayland::server::zxdg_...6_constraint_adjustment(3)

Detailed Description

       constraint adjustments

       The constraint adjustment value define ways the compositor will adjust the position of the surface, if
       the unadjusted position would result in the surface being partly constrained.

       Whether a surface is considered 'constrained' is left to the compositor to determine. For example, the
       surface may be partly outside the compositor's defined 'work area', thus necessitating the child
       surface's position be adjusted until it is entirely inside the work area.

       The adjustments can be combined, according to a defined precedence: 1) Flip, 2) Slide, 3) Resize.

       Definition at line 9146 of file wayland-server-protocol-unstable.hpp.

Name

       wayland::server::zxdg_positioner_v6_constraint_adjustment - constraint adjustments

Synopsis

       #include <wayland-server-protocol-unstable.hpp>

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

See Also