diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-24 19:01:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 19:01:30 -0400 |
commit | 70cc87078ee64c465ea8cd032a51ac2e8571be37 (patch) | |
tree | 7356e780518ad4ec6b091146abd2b388692ec4ce | |
parent | 71ee40e8f105395cc8eccb8cadf5c72323311bc0 (diff) | |
parent | c57267da136cc77ac3cd358090f0f38e16033c4f (diff) |
Merge pull request #334 from inclement/fix_xwayland_close
Fix order of WM_HINTS and WM_PROTOCOLS in xwm atom_map
-rw-r--r-- | xwayland/xwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 935fcd96..499d0bbf 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -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", |