diff options
author | Vishal Biswas <vshlbiswas@ymail.com> | 2017-05-08 11:06:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 11:06:11 +0530 |
commit | e4ec992984983ac9107efae1f1cc552007e4229e (patch) | |
tree | 396dbf43b4089cd4ada74fdaaff7153ad5ee793f /unix/xserver119.patch | |
parent | 5f0e60551245cb6a937e0cbebffec813f46e64f5 (diff) | |
download | tigervnc-e4ec992984983ac9107efae1f1cc552007e4229e.tar.gz tigervnc-e4ec992984983ac9107efae1f1cc552007e4229e.zip |
Remove INITARGS from xserver119.patch
Diffstat (limited to 'unix/xserver119.patch')
-rw-r--r-- | unix/xserver119.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver119.patch b/unix/xserver119.patch index 614f104a..7adf314d 100644 --- a/unix/xserver119.patch +++ b/unix/xserver119.patch @@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.xserver116-rebased 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 |