]> source.dussan.org Git - tigervnc.git/commitdiff
[Development] Enable compilation against X.Org 1.9.X source.
authorAdam Tkac <atkac@redhat.com>
Tue, 20 Jul 2010 09:30:11 +0000 (09:30 +0000)
committerAdam Tkac <atkac@redhat.com>
Tue, 20 Jul 2010 09:30:11 +0000 (09:30 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4088 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/xserver/hw/vnc/xorg-version.h

index 71f8553abc6fd4a8cddd2239aa7d9cde42e1e80f..1cffa89e3f0fbb738a9e968cbd79f89d0367c398 100644 (file)
 #define XORG 17
 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (8 * 100000) + (99 * 1000))
 #define XORG 18
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (9 * 100000) + (99 * 1000))
+#define XORG 19
 #else
-#error "X.Org newer than 1.8 is not supported"
+#error "X.Org newer than 1.9 is not supported"
 #endif
 
 #endif