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

Collapse All | Expand All

(-)unix/xserver/hw/vnc/xorg-version.h (-1 / +3 lines)
Lines 44-51 Link Here
44
#define XORG 113
44
#define XORG 113
45
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
45
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
46
#define XORG 114
46
#define XORG 114
47
#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (15 * 100000) + (99 * 1000))
48
#define XORG 115
47
#else
49
#else
48
#error "X.Org newer than 1.14 is not supported"
50
#error "X.Org newer than 1.15 is not supported"
49
#endif
51
#endif
50
52
51
#endif
53
#endif

Return to bug 500028