Commit 6136c49a authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Atoms.h: reformat comments

parent bed0d6ce
...@@ -37,16 +37,14 @@ extern Atom nxagentAtoms[NXAGENT_NUMBER_OF_ATOMS]; ...@@ -37,16 +37,14 @@ extern Atom nxagentAtoms[NXAGENT_NUMBER_OF_ATOMS];
extern Bool nxagentWMIsRunning; extern Bool nxagentWMIsRunning;
/* /*
* Create the required atoms internally * Create the required atoms internally to the agent server.
* to the agent server.
*/ */
void nxagentInitAtoms(); void nxagentInitAtoms();
/* /*
* Query and create all the required atoms * Query and create all the required atoms on the remote X server
* on the remote X server using a single * using a single round trip.
* round trip.
*/ */
int nxagentQueryAtoms(ScreenPtr pScreen); int nxagentQueryAtoms(ScreenPtr pScreen);
...@@ -71,8 +69,7 @@ void nxagentWMDetect(void); ...@@ -71,8 +69,7 @@ void nxagentWMDetect(void);
XlibAtom nxagentMakeAtom(char *, unsigned, Bool); XlibAtom nxagentMakeAtom(char *, unsigned, Bool);
/* /*
* Converts local atoms in remote atoms and * Converts local atoms in remote atoms and viceversa.
* viceversa.
*/ */
Atom nxagentRemoteToLocalAtom(XlibAtom); Atom nxagentRemoteToLocalAtom(XlibAtom);
......
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