mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
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:
committed by
Keith Packard
parent
eb9661fef9
commit
bddb8c6cbe
@@ -434,7 +434,7 @@ XineramaReinitData(void)
|
||||
*/
|
||||
|
||||
void
|
||||
PanoramiXExtensionInit(int argc, char *argv[])
|
||||
PanoramiXExtensionInit(void)
|
||||
{
|
||||
int i;
|
||||
Bool success = FALSE;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user