aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-28 09:30:43 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-28 09:30:43 -0400
commit3cd4cf4fbabccb783e5b546017ba41041ed62e84 (patch)
tree87a06512325f4c29b6a05ddc5a0b3d4c4f6fb63a /xwayland/xwm.h
parent220a6e9bf637471f3f5e392d3c3fb76ae9b7e138 (diff)
Fix ATOM_LAST position
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index 679ff128..7fc6f3bf 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -52,8 +52,8 @@ enum atom_name {
NET_SUPPORTED,
NET_WM_S0,
NET_WM_STATE,
- ATOM_LAST,
WM_TAKE_FOCUS,
+ ATOM_LAST,
};
static const char * const atom_map[ATOM_LAST] = {