Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 473518 | Differences between
and this patch

Collapse All | Expand All

(-)tigervnc-1.2.0.orig/unix/xserver/hw/vnc/xorg-version.h (-1 / +3 lines)
Lines 42-49 Link Here
42
#define XORG 112
42
#define XORG 112
43
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (13 * 100000) + (99 * 1000))
43
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (13 * 100000) + (99 * 1000))
44
#define XORG 113
44
#define XORG 113
45
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
46
#define XORG 114
45
#else
47
#else
46
#error "X.Org newer than 1.13 is not supported"
48
#error "X.Org newer than 1.14 is not supported"
47
#endif
49
#endif
48
50
49
#endif
51
#endif
(-)tigervnc-1.2.0.orig/unix/xserver/hw/vnc/xvnc.cc (+2 lines)
Lines 54-60 Link Here
54
#include "servermd.h"
54
#include "servermd.h"
55
#include "fb.h"
55
#include "fb.h"
56
#include "mi.h"
56
#include "mi.h"
57
#if XORG < 114
57
#include "mibstore.h"
58
#include "mibstore.h"
59
#endif
58
#include "colormapst.h"
60
#include "colormapst.h"
59
#include "gcstruct.h"
61
#include "gcstruct.h"
60
#include "input.h"
62
#include "input.h"

Return to bug 473518