Add support for WM_HINTS

This commit is contained in:
emersion 2017-10-05 16:24:45 +02:00
parent ca68ef37f0
commit 267f24753f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 28 additions and 1 deletions

View file

@ -49,6 +49,7 @@ enum atom_name {
WL_SURFACE_ID,
WM_DELETE_WINDOW,
WM_PROTOCOLS,
WM_HINTS,
WM_NORMAL_HINTS,
WM_SIZE_HINTS,
MOTIF_WM_HINTS,