1448d9
diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h
1448d9
--- tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx	2013-07-01 08:41:24.000000000 -0400
1448d9
+++ tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h	2013-11-07 11:39:49.749992669 -0500
1448d9
@@ -44,8 +44,10 @@
1448d9
 #define XORG 113
1448d9
 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
1448d9
 #define XORG 114
1448d9
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (15 * 100000) + (99 * 1000))
1448d9
+#define XORG 115
1448d9
 #else
1448d9
-#error "X.Org newer than 1.14 is not supported"
1448d9
+#error "X.Org newer than 1.15 is not supported"
1448d9
 #endif
1448d9
 
1448d9
 #endif