Commit b8751fca authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Atoms.c: remove unused parameter from nxagentInitAtoms

parent 1f71a75f
...@@ -177,7 +177,7 @@ void nxagentWMDetect() ...@@ -177,7 +177,7 @@ void nxagentWMDetect()
finishWMDetection(verbose); finishWMDetection(verbose);
} }
int nxagentInitAtoms(WindowPtr pWin) int nxagentInitAtoms()
{ {
/* /*
* Value of nxagentAtoms[8] is "NX_AGENT_SIGNATURE". * Value of nxagentAtoms[8] is "NX_AGENT_SIGNATURE".
......
...@@ -41,7 +41,7 @@ extern Bool nxagentWMIsRunning; ...@@ -41,7 +41,7 @@ extern Bool nxagentWMIsRunning;
* to the agent server. * to the agent server.
*/ */
int nxagentInitAtoms(WindowPtr pWin); int nxagentInitAtoms();
/* /*
* Query and create all the required atoms * Query and create all the required atoms
......
...@@ -204,7 +204,7 @@ InitRootWindow(WindowPtr pWin) ...@@ -204,7 +204,7 @@ InitRootWindow(WindowPtr pWin)
fprintf(stderr, "InitRootWindow: Mapping default windows.\n"); fprintf(stderr, "InitRootWindow: Mapping default windows.\n");
#endif #endif
nxagentInitAtoms(pWin); nxagentInitAtoms();
nxagentInitClipboard(pWin); nxagentInitClipboard(pWin);
......
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