aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xorg-version.h
diff options
context:
space:
mode:
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 1cffa89e..9493e5be 100644
--- a/unix/xserver/hw/vnc/xorg-version.h
+++ b/unix/xserver/hw/vnc/xorg-version.h
@@ -34,8 +34,10 @@
#define XORG 18
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (9 * 100000) + (99 * 1000))
#define XORG 19
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (10 * 100000) + (99 * 1000))
+#define XORG 110
#else
-#error "X.Org newer than 1.9 is not supported"
+#error "X.Org newer than 1.10 is not supported"
#endif
#endif