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

Collapse All | Expand All

(-)a/src/compat-api.h (+7 lines)
Lines 28-33 Link Here
28
#ifndef COMPAT_API_H
28
#ifndef COMPAT_API_H
29
#define COMPAT_API_H
29
#define COMPAT_API_H
30
30
31
#include <xorg-server.h>
32
#include <xorgVersion.h>
33
31
#ifndef GLYPH_HAS_GLYPH_PICTURE_ACCESSOR
34
#ifndef GLYPH_HAS_GLYPH_PICTURE_ACCESSOR
32
#define GetGlyphPicture(g, s) GlyphPicture((g))[(s)->myNum]
35
#define GetGlyphPicture(g, s) GlyphPicture((g))[(s)->myNum]
33
#define SetGlyphPicture(g, s, p) GlyphPicture((g))[(s)->myNum] = p
36
#define SetGlyphPicture(g, s, p) GlyphPicture((g))[(s)->myNum] = p
Lines 103-106 Link Here
103
106
104
#endif
107
#endif
105
108
109
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
110
#define DamageUnregister(d, dd) DamageUnregister(dd)
111
#endif
112
106
#endif
113
#endif

Return to bug 506126