Commit 85d0717b authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Atoms.c: remove one obsolete FIXME

The FIXME just described what the following function actually implements...
parent 27e8913a
...@@ -436,11 +436,10 @@ static void nxagentWriteAtom(Atom local, XlibAtom remote, const char *string, Bo ...@@ -436,11 +436,10 @@ static void nxagentWriteAtom(Atom local, XlibAtom remote, const char *string, Bo
} }
/* /*
* FIXME: We should clean up the atom map at nxagent reset, in order * Clean up the atom map at nxagent reset, in order to cancel all the
* to cancel all the local atoms but still maintaining the Xserver * local atoms but still maintaining the Xserver values and the atom
* values and the atom names. * names. This is called from Dispatch()
*/ */
void nxagentResetAtomMap(void) void nxagentResetAtomMap(void)
{ {
nxagentPrintAtomMapInfo("nxagentResetAtomMap: Entering"); nxagentPrintAtomMapInfo("nxagentResetAtomMap: Entering");
......
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