Browse Source

Remove INITARGS from recent xserver patches

INITARGS isn't used since Xorg 1.13, so remove it from our patches.
tags/v1.7.90
Pierre Ossman 7 years ago
parent
commit
d959e7ac74

+ 1
- 1
unix/xserver113.patch View 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

+ 1
- 1
unix/xserver114.patch View 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

+ 1
- 1
unix/xserver115.patch View 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

+ 1
- 1
unix/xserver116.patch View 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

+ 1
- 1
unix/xserver117.patch View 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

+ 1
- 1
unix/xserver118.patch View 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

Loading…
Cancel
Save