diff -up tigervnc/unix/xserver/hw/vnc/xorg-version.h.xorg113 tigervnc/unix/xserver/hw/vnc/xorg-version.h --- tigervnc/unix/xserver/hw/vnc/xorg-version.h.xorg113 2012-07-19 21:19:27.560942582 -0400 +++ tigervnc/unix/xserver/hw/vnc/xorg-version.h 2012-07-19 21:19:27.576942382 -0400 @@ -42,6 +42,8 @@ #define XORG 112 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (13 * 100000) + (99 * 1000)) #define XORG 113 +#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000)) +#define XORG 114 #else #error "X.Org newer than 1.10 is not supported" #endif --- tigervnc-1.2.0/unix/xserver/hw/vnc/xvnc.cc~ 2013-04-07 20:20:47.297384278 +0200 +++ tigervnc-1.2.0/unix/xserver/hw/vnc/xvnc.cc 2013-04-07 20:23:13.141847987 +0200 @@ -54,7 +54,6 @@ #include "servermd.h" #include "fb.h" #include "mi.h" -#include "mibstore.h" #include "colormapst.h" #include "gcstruct.h" #include "input.h"