aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-06-10 23:01:37 +0200
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commit55af71edcf66556869f5f2b8c843818874399551 (patch)
treef91244123271f6c6e4ae8f5078a70d89ddcc2836 /nx-X11/programs/Xserver/hw/nxagent/Atoms.h
parent535104db2709504bf54766cefe172bc2e306f325 (diff)
downloadnx-libs-55af71edcf66556869f5f2b8c843818874399551.tar.gz
nx-libs-55af71edcf66556869f5f2b8c843818874399551.tar.bz2
nx-libs-55af71edcf66556869f5f2b8c843818874399551.zip
Clipboard.c: harmonize naming regarding internal/local
Use "local" everywhere instead of a mixture of "local" and "internal". Also replace abbreviations "rem" and "int" by "remote" and "local" because they are confusing readers.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Atoms.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.h b/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
index 4a73a817d..a9f730d76 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
@@ -86,8 +86,8 @@ const char *nxagentRemoteAtomToString(XlibAtom remote);
/*
* supply two macros that also validate the output.
*/
-#define NameForIntAtom(_atom) validateString(NameForAtom(_atom))
-#define NameForRemAtom(_xlibatom) validateString(nxagentRemoteAtomToString(_xlibatom))
+#define NameForLocalAtom(_atom) validateString(NameForAtom(_atom))
+#define NameForRemoteAtom(_xlibatom) validateString(nxagentRemoteAtomToString(_xlibatom))
#endif /* XlibAtom */