Enum Class XdgToplevelState

java.lang.Object
java.lang.Enum<XdgToplevelState>
org.freedesktop.wayland.shared.XdgToplevelState
All Implemented Interfaces:
Serializable, Comparable<XdgToplevelState>, Constable

public enum XdgToplevelState extends Enum<XdgToplevelState>
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.