Fix order of WM_HINTS and WM_PROTOCOLS in xwm atom_map

This commit is contained in:
Alexander Taylor 2017-10-24 23:51:53 +01:00 committed by Tony Crisci
parent 87b5b268d1
commit 3277c6d994
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@
const char *atom_map[ATOM_LAST] = {
"WL_SURFACE_ID",
"WM_DELETE_WINDOW",
"WM_HINTS",
"WM_PROTOCOLS",
"WM_HINTS",
"WM_NORMAL_HINTS",
"WM_SIZE_HINTS",
"_MOTIF_WM_HINTS",