xwayland: add window_type support

This commit is contained in:
emersion 2017-09-29 23:03:01 +02:00
parent b78ae54158
commit 5002d968f3
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 37 additions and 4 deletions

View file

@ -55,6 +55,7 @@ enum atom_name {
NET_WM_PID,
NET_WM_NAME,
NET_WM_STATE,
NET_WM_WINDOW_TYPE,
WM_TAKE_FOCUS,
ATOM_LAST,
};