xwayland: Add WM_STATE modal property

Adds a modal property to indicate whether the surface wants to be a
modal.
This commit is contained in:
Ryan Dwyer 2018-09-02 14:23:22 +10:00 committed by emersion
parent a0bf3f150e
commit 69a5279f79
3 changed files with 14 additions and 2 deletions

View file

@ -40,6 +40,7 @@ enum atom_name {
_NET_WM_MOVERESIZE,
_NET_WM_NAME,
_NET_SUPPORTING_WM_CHECK,
_NET_WM_STATE_MODAL,
_NET_WM_STATE_FULLSCREEN,
_NET_WM_STATE_MAXIMIZED_VERT,
_NET_WM_STATE_MAXIMIZED_HORZ,