]> git.pld-linux.org Git - packages/tigervnc.git/blob - xorg114.patch
- release 15 (by relup.sh)
[packages/tigervnc.git] / xorg114.patch
1 diff -up tigervnc/unix/xserver/hw/vnc/xorg-version.h.xorg113 tigervnc/unix/xserver/hw/vnc/xorg-version.h
2 --- tigervnc/unix/xserver/hw/vnc/xorg-version.h.xorg113 2012-07-19 21:19:27.560942582 -0400
3 +++ tigervnc/unix/xserver/hw/vnc/xorg-version.h 2012-07-19 21:19:27.576942382 -0400
4 @@ -42,6 +42,8 @@
5  #define XORG 112
6  #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (13 * 100000) + (99 * 1000))
7  #define XORG 113
8 +#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
9 +#define XORG 114
10  #else
11  #error "X.Org newer than 1.10 is not supported"
12  #endif
13 --- tigervnc-1.2.0/unix/xserver/hw/vnc/xvnc.cc~ 2013-04-07 20:20:47.297384278 +0200
14 +++ tigervnc-1.2.0/unix/xserver/hw/vnc/xvnc.cc  2013-04-07 20:23:13.141847987 +0200
15 @@ -54,7 +54,6 @@
16  #include "servermd.h"
17  #include "fb.h"
18  #include "mi.h"
19 -#include "mibstore.h"
20  #include "colormapst.h"
21  #include "gcstruct.h"
22  #include "input.h"
This page took 0.058121 seconds and 3 git commands to generate.