diff options
author | Adam Tkac <atkac@redhat.com> | 2010-07-20 09:30:11 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-07-20 09:30:11 +0000 |
commit | 590aa05d11578999aa8569c94b15b80013984b10 (patch) | |
tree | 7719ad39a9fea8d7e7dbd5fe57a0b85d37ea8052 | |
parent | e16e546c90160f1fa6c3ebd9bab31ab1eb3bb548 (diff) | |
download | tigervnc-590aa05d11578999aa8569c94b15b80013984b10.tar.gz tigervnc-590aa05d11578999aa8569c94b15b80013984b10.zip |
[Development] Enable compilation against X.Org 1.9.X source.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4088 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | unix/xserver/hw/vnc/xorg-version.h | 4 |
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 71f8553a..1cffa89e 100644 --- a/unix/xserver/hw/vnc/xorg-version.h +++ b/unix/xserver/hw/vnc/xorg-version.h @@ -32,8 +32,10 @@ #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 |