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

Collapse All | Expand All

(-)cairo-xlib.h (+7 lines)
Lines 40-45 Link Here
40
#define CAIRO_XLIB_H
40
#define CAIRO_XLIB_H
41
#ifdef  CAIRO_HAS_XLIB_SURFACE
41
#ifdef  CAIRO_HAS_XLIB_SURFACE
42
42
43
#ifdef __cplusplus
44
extern "C" {
45
#endif /* __cplusplus */
43
#include <X11/extensions/Xrender.h>
46
#include <X11/extensions/Xrender.h>
44
47
45
/* XXX: This shold be renamed to cairo_set_target_xlib to match the
48
/* XXX: This shold be renamed to cairo_set_target_xlib to match the
Lines 66-71 cairo_status_t Link Here
66
cairo_xlib_surface_set_size (cairo_surface_t *surface, int width, int height);
69
cairo_xlib_surface_set_size (cairo_surface_t *surface, int width, int height);
67
*/
70
*/
68
71
72
#ifdef __cplusplus
73
} /* extern "C" */
74
#endif /* __cplusplus */
75
69
#endif /* CAIRO_HAS_XLIB_SURFACE */
76
#endif /* CAIRO_HAS_XLIB_SURFACE */
70
#endif /* CAIRO_XLIB_H */
77
#endif /* CAIRO_XLIB_H */
71
78

Return to bug 87420