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

Collapse All | Expand All

(-)a/src/compat-api.h (-1 / +4 lines)
Lines 162-165 static inline void FreePixmap(PixmapPtr pixmap) Link Here
162
	if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
162
	if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
163
#endif
163
#endif
164
164
165
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
166
#define DamageUnregister(d, dd) DamageUnregister(dd)
167
#endif
168
165
#endif
169
#endif
166
-

Return to bug 496682