diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-06 12:33:05 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-06 21:34:44 +0100 |
commit | 175af4f74fc6c0896067b18483073638e8b3f674 (patch) | |
tree | 1bab6f135eeb8b52bbd343d932ef027e27c49cdd /include/xwayland | |
parent | 68a69ee0798694c54e434f425b4d56690b65b939 (diff) |
xwayland: remove duplicate _NET_WM_NAME entry
Diffstat (limited to 'include/xwayland')
-rw-r--r-- | include/xwayland/xwm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index d7659ea0..9f46d433 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -39,7 +39,6 @@ enum atom_name { WINDOW, _NET_ACTIVE_WINDOW, _NET_WM_MOVERESIZE, - _NET_WM_NAME, _NET_SUPPORTING_WM_CHECK, _NET_WM_STATE_MODAL, _NET_WM_STATE_FULLSCREEN, |