aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-10-12 23:58:07 +0200
committerUlrich Sibiller <uli42@gmx.de>2020-11-03 21:48:36 +0100
commitf1e543b0923cbd7e321103bb6a235a0867bfb466 (patch)
tree3d3dbd0024992ae30f5433e1bc4f879d30b0344b
parent4460183a6458f05e82bf7b64832c84bb6cfda398 (diff)
downloadnx-libs-f1e543b0923cbd7e321103bb6a235a0867bfb466.tar.gz
nx-libs-f1e543b0923cbd7e321103bb6a235a0867bfb466.tar.bz2
nx-libs-f1e543b0923cbd7e321103bb6a235a0867bfb466.zip
Atoms.c: fix FIXME comment
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
index e633fc34a..52c75e805 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
@@ -717,7 +717,7 @@ XlibAtom nxagentLocalToRemoteAtom(Atom local)
{
const char *string = NameForAtom(local);
- /* FIXME: why False? */
+ /* False means "create Atom if it does not exist yet" */
XlibAtom remote = XInternAtom(nxagentDisplay, string, False);
if (remote == None)