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