Xinerama: Fix ExtensionInit prototype

Huh, so I guess INITARGS used to be int argc, char *argv then.  Either
way, it's now void, so fix that ...

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Daniel Stone 2012-07-10 02:02:52 +01:00 committed by Keith Packard
parent eb9661fef9
commit bddb8c6cbe
2 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@ XineramaReinitData(void)
*/
void
PanoramiXExtensionInit(int argc, char *argv[])
PanoramiXExtensionInit(void)
{
int i;
Bool success = FALSE;

View File

@ -85,7 +85,7 @@ extern void SecurityExtensionInit(INITARGS);
#endif
#if 1
extern void PanoramiXExtensionInit(int argc, char *argv[]);
extern void PanoramiXExtensionInit(INITARGS);
#endif
#if 1