mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 13:00:13 +01: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>
(cherry picked from commit bddb8c6cbe)
This commit is contained in:
parent
ce106ae299
commit
fc13888f19
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue