From 4bb391c896738c369b0b375b9845460747848053 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 6 Mar 2020 12:37:43 +0100 Subject: xwayland: remove underscore prefix from atom names Previously, some atoms had a leading underscore, others didn't. Be more consistent and never use a leading underscore (symbols with a leading underscore followed by an upper-case letter are reserved). --- include/xwayland/xwm.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include/xwayland') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 9f46d433..351fce44 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -37,14 +37,14 @@ enum atom_name { NET_WM_WINDOW_TYPE, WM_TAKE_FOCUS, WINDOW, - _NET_ACTIVE_WINDOW, - _NET_WM_MOVERESIZE, - _NET_SUPPORTING_WM_CHECK, - _NET_WM_STATE_MODAL, - _NET_WM_STATE_FULLSCREEN, - _NET_WM_STATE_MAXIMIZED_VERT, - _NET_WM_STATE_MAXIMIZED_HORZ, - _NET_WM_PING, + NET_ACTIVE_WINDOW, + NET_WM_MOVERESIZE, + NET_SUPPORTING_WM_CHECK, + NET_WM_STATE_MODAL, + NET_WM_STATE_FULLSCREEN, + NET_WM_STATE_MAXIMIZED_VERT, + NET_WM_STATE_MAXIMIZED_HORZ, + NET_WM_PING, WM_STATE, CLIPBOARD, PRIMARY, @@ -79,7 +79,7 @@ enum atom_name { DND_ACTION_COPY, DND_ACTION_ASK, DND_ACTION_PRIVATE, - _NET_CLIENT_LIST, + NET_CLIENT_LIST, ATOM_LAST // keep last }; -- cgit v1.2.3