summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xorg-version.h
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-01-22 11:15:55 +0000
committerAdam Tkac <atkac@redhat.com>2010-01-22 11:15:55 +0000
commit8dd8c50e27687c3fa2253e14f13362de8426db13 (patch)
tree7a618b8a45a50a4ef9a0fbda7ea1ad6845ca5b10 /unix/xserver/hw/vnc/xorg-version.h
parent3cca6af4ae0d5a97b4d436b126278b332eba6192 (diff)
downloadtigervnc-8dd8c50e27687c3fa2253e14f13362de8426db13.tar.gz
tigervnc-8dd8c50e27687c3fa2253e14f13362de8426db13.zip
[Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3954 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/xorg-version.h')
-rw-r--r--unix/xserver/hw/vnc/xorg-version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/xorg-version.h b/unix/xserver/hw/vnc/xorg-version.h
index 3d942fcf..71f8553a 100644
--- a/unix/xserver/hw/vnc/xorg-version.h
+++ b/unix/xserver/hw/vnc/xorg-version.h
@@ -30,8 +30,10 @@
#define XORG 16
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (7 * 100000) + (99 * 1000))
#define XORG 17
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (8 * 100000) + (99 * 1000))
+#define XORG 18
#else
-#error "X.Org newer than 1.7 is not supported"
+#error "X.Org newer than 1.8 is not supported"
#endif
#endif