Commit f1e543b0 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Atoms.c: fix FIXME comment

parent 4460183a
...@@ -717,7 +717,7 @@ XlibAtom nxagentLocalToRemoteAtom(Atom local) ...@@ -717,7 +717,7 @@ XlibAtom nxagentLocalToRemoteAtom(Atom local)
{ {
const char *string = NameForAtom(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); XlibAtom remote = XInternAtom(nxagentDisplay, string, False);
if (remote == None) if (remote == None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment