summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xorg-version.h
diff options
context:
space:
mode:
authorTim Waugh <twaugh@redhat.com>2014-09-03 12:38:15 +0100
committerTim Waugh <twaugh@redhat.com>2014-09-03 12:38:15 +0100
commitd822c36525891becf2ca1574b8610e14899c0186 (patch)
tree2a13e6eeb5c26fa2a5f33309b649fb3ad9d7322e /unix/xserver/hw/vnc/xorg-version.h
parenteeaf67893cb8d4066cd37868818d0e35401d47de (diff)
downloadtigervnc-d822c36525891becf2ca1574b8610e14899c0186.tar.gz
tigervnc-d822c36525891becf2ca1574b8610e14899c0186.zip
Updated to build against xorg-x11-server 1.16.0.
Diffstat (limited to 'unix/xserver/hw/vnc/xorg-version.h')
-rw-r--r--unix/xserver/hw/vnc/xorg-version.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/xorg-version.h b/unix/xserver/hw/vnc/xorg-version.h
index de5e9cb9..057c31e7 100644
--- a/unix/xserver/hw/vnc/xorg-version.h
+++ b/unix/xserver/hw/vnc/xorg-version.h
@@ -44,8 +44,12 @@
#define XORG 113
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
#define XORG 114
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (15 * 100000) + (99 * 1000))
+#define XORG 115
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (16 * 100000) + (99 * 1000))
+#define XORG 116
#else
-#error "X.Org newer than 1.14 is not supported"
+#error "X.Org newer than 1.16 is not supported"
#endif
#endif