summaryrefslogtreecommitdiffstats
path: root/extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch
blob: a0d5b9304fcd35c39bd84127533964f8f7951e79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./unix/xserver/hw/vnc/xorg-version.h.orig	2015-07-11 08:00:36.000000000 -0500
+++ ./unix/xserver/hw/vnc/xorg-version.h	2015-11-12 16:19:53.643193478 -0600
@@ -48,8 +48,10 @@
 #define XORG 116
 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (17 * 100000) + (99 * 1000))
 #define XORG 117
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (18 * 100000) + (99 * 1000))
+#define XORG 118
 #else
-#error "X.Org newer than 1.17 is not supported"
+#error "X.Org newer than 1.18 is not supported"
 #endif
 
 #endif