summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-09-22 16:22:52 +0200
committerPierre Ossman <ossman@cendio.se>2016-09-22 16:22:52 +0200
commitd959e7ac7471ae74fd9d2a60ed3f4fcd24ca624d (patch)
tree6b59711b716163874cfad7fc671f84b071378199 /unix
parent5d663058f0f8e156574b4d2076bac54258de7c72 (diff)
downloadtigervnc-d959e7ac7471ae74fd9d2a60ed3f4fcd24ca624d.tar.gz
tigervnc-d959e7ac7471ae74fd9d2a60ed3f4fcd24ca624d.zip
Remove INITARGS from recent xserver patches
INITARGS isn't used since Xorg 1.13, so remove it from our patches.
Diffstat (limited to 'unix')
-rw-r--r--unix/xserver113.patch2
-rw-r--r--unix/xserver114.patch2
-rw-r--r--unix/xserver115.patch2
-rw-r--r--unix/xserver116.patch2
-rw-r--r--unix/xserver117.patch2
-rw-r--r--unix/xserver118.patch2
6 files changed, 6 insertions, 6 deletions
diff --git a/unix/xserver113.patch b/unix/xserver113.patch
index da0d590d..85ab2846 100644
--- a/unix/xserver113.patch
+++ b/unix/xserver113.patch
@@ -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
diff --git a/unix/xserver114.patch b/unix/xserver114.patch
index 81b1c709..2bfc8fff 100644
--- a/unix/xserver114.patch
+++ b/unix/xserver114.patch
@@ -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
diff --git a/unix/xserver115.patch b/unix/xserver115.patch
index 479039d7..31260208 100644
--- a/unix/xserver115.patch
+++ b/unix/xserver115.patch
@@ -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
diff --git a/unix/xserver116.patch b/unix/xserver116.patch
index d870ef7a..2edcd307 100644
--- a/unix/xserver116.patch
+++ b/unix/xserver116.patch
@@ -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
diff --git a/unix/xserver117.patch b/unix/xserver117.patch
index 8a21040c..f4cb94c3 100644
--- a/unix/xserver117.patch
+++ b/unix/xserver117.patch
@@ -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
diff --git a/unix/xserver118.patch b/unix/xserver118.patch
index 286a37bc..1c03317f 100644
--- a/unix/xserver118.patch
+++ b/unix/xserver118.patch
@@ -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