aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Agent.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-02-25 15:47:42 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-03-03 21:30:57 +0100
commite61e9795c3d19b163ebea9a230c2acc718a70d79 (patch)
treeb1633430096e7e8216674b91d97695cc53b963b3 /nx-X11/programs/Xserver/hw/nxagent/Agent.h
parent89ccf26d65a3f205e54d9f6240b672f970e7b9c1 (diff)
downloadnx-libs-e61e9795c3d19b163ebea9a230c2acc718a70d79.tar.gz
nx-libs-e61e9795c3d19b163ebea9a230c2acc718a70d79.tar.bz2
nx-libs-e61e9795c3d19b163ebea9a230c2acc718a70d79.zip
nxagent: half number of NameForAtom calls
Because of validateString being a macro NameForAtom was called twice most of the time. Fix that by making validateString a function. Fixes ArticaProject/nx-libs#357
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Agent.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Agent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Agent.h b/nx-X11/programs/Xserver/hw/nxagent/Agent.h
index 8577865a2..af8b62810 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Agent.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Agent.h
@@ -133,6 +133,4 @@ typedef XID KeySym64;
#undef KeySym
#endif /*_XSERVER64_tmp*/
-#define validateString(string) ((string) ? (string) : "(null)")
-
#endif /* __Agent_H__ */