]> source.dussan.org Git - tigervnc.git/commitdiff
Remove INITARGS from recent xserver patches
authorPierre Ossman <ossman@cendio.se>
Thu, 22 Sep 2016 14:22:52 +0000 (16:22 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 22 Sep 2016 14:22:52 +0000 (16:22 +0200)
INITARGS isn't used since Xorg 1.13, so remove it from our patches.

unix/xserver113.patch
unix/xserver114.patch
unix/xserver115.patch
unix/xserver116.patch
unix/xserver117.patch
unix/xserver118.patch

index da0d590d3d64547563b2afb09c7202a26c0d1769..85ab28468b0edf2216be2ba5a93f754e3738762d 100644 (file)
@@ -74,7 +74,7 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c
  #include "globals.h"
  
 +#ifdef TIGERVNC
-+extern void vncExtensionInit(INITARGS);
++extern void vncExtensionInit(void);
 +#endif
 +
  /* The following is only a small first step towards run-time
index 81b1c709dd7bd85146bec2487c65ddab7a69743d..2bfc8fffbe76886cbec53fc0c48208c567f5758c 100644 (file)
@@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c
  #include "globals.h"
  
 +#ifdef TIGERVNC
-+extern void vncExtensionInit(INITARGS);
++extern void vncExtensionInit(void);
 +#endif
 +
  /* The following is only a small first step towards run-time
index 479039d7cb836336bab80baca0401a9c9452b887..312602086fa5e2b27b58fa90edd402676206fa7f 100644 (file)
@@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c
  #include "globals.h"
  
 +#ifdef TIGERVNC
-+extern void vncExtensionInit(INITARGS);
++extern void vncExtensionInit(void);
 +#endif
 +
  /* The following is only a small first step towards run-time
index d870ef7a43a2624cd2905089b2803483534693e5..2edcd3074720b4c4e664439536adf5394ee3f368 100644 (file)
@@ -66,7 +66,7 @@ diff -up xorg-server-1.16.0/mi/miinitext.c.vnc xorg-server-1.16.0/mi/miinitext.c
  #include "globals.h"
  
 +#ifdef TIGERVNC
-+extern void vncExtensionInit(INITARGS);
++extern void vncExtensionInit(void);
 +#endif
 +
  /* The following is only a small first step towards run-time
index 8a21040c69b207fdd7cb208927bd7e58755d6a25..f4cb94c3c66e297efdd63ef42cb5137d88f071a2 100644 (file)
@@ -66,7 +66,7 @@ diff -up xorg-server-1.17.1/mi/miinitext.c.vnc xorg-server-1.17.1/mi/miinitext.c
  #include "globals.h"
  
 +#ifdef TIGERVNC
-+extern void vncExtensionInit(INITARGS);
++extern void vncExtensionInit(void);
 +#endif
 +
  /* The following is only a small first step towards run-time
index 286a37bc5d14a1036c421fdb5cf50703415d7fe5..1c03317f240f6f583072e7dc21c6694c784cd468 100644 (file)
@@ -65,7 +65,7 @@ diff -ur xorg-server.orig/mi/miinitext.c xorg-server/mi/miinitext.c
  #include "globals.h"
  
 +#ifdef TIGERVNC
-+extern void vncExtensionInit(INITARGS);
++extern void vncExtensionInit(void);
 +#endif
 +
  /* The following is only a small first step towards run-time