ZxdgToplevelV6.State

types of state on the surface

The different state values used on the surface. This is designed for state values like maximized, fullscreen. It is paired with the configure event to ensure that both the client and the compositor setting the state can be synchronized.

States set in this way are double-buffered. They will get applied on the next commit.

Values

ValueMeaning
maximized1

the surface is maximized

fullscreen2

the surface is fullscreen

resizing3

the surface is being resized

activated4

the surface is now activated

Meta