aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-01-07 21:29:07 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-07 12:55:03 +0200
commit85d0717b0b149bd91686e176164dd8af824fdaab (patch)
treed1fd314ea5bc9f0f7b4a5240a4561e0ff5ae4ce7
parent27e8913a57cc89f5a98f07875ce865f550f07ac5 (diff)
downloadnx-libs-85d0717b0b149bd91686e176164dd8af824fdaab.tar.gz
nx-libs-85d0717b0b149bd91686e176164dd8af824fdaab.tar.bz2
nx-libs-85d0717b0b149bd91686e176164dd8af824fdaab.zip
Atoms.c: remove one obsolete FIXME
The FIXME just described what the following function actually implements...
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
index af6260d15..67e4d0c0a 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
@@ -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
- * to cancel all the local atoms but still maintaining the Xserver
- * values and the atom names.
+ * Clean up the atom map at nxagent reset, in order to cancel all the
+ * local atoms but still maintaining the Xserver values and the atom
+ * names. This is called from Dispatch()
*/
-
void nxagentResetAtomMap(void)
{
nxagentPrintAtomMapInfo("nxagentResetAtomMap: Entering");