cairo-xcb.h   cairo-xcb.h 
skipping to change at line 78 skipping to change at line 78
xcb_drawable_t drawable, xcb_drawable_t drawable,
xcb_render_pictforminfo_t *format, xcb_render_pictforminfo_t *format,
int width, int width,
int height); int height);
cairo_public void cairo_public void
cairo_xcb_surface_set_size (cairo_surface_t *surface, cairo_xcb_surface_set_size (cairo_surface_t *surface,
int width, int width,
int height); int height);
cairo_public void
cairo_xcb_surface_set_drawable (cairo_surface_t *surface,
xcb_drawable_t drawable,
int width,
int height);
cairo_public xcb_connection_t *
cairo_xcb_device_get_connection (cairo_device_t *device);
/* debug interface */ /* debug interface */
cairo_public void cairo_public void
cairo_xcb_device_debug_cap_xshm_version (cairo_device_t *device, cairo_xcb_device_debug_cap_xshm_version (cairo_device_t *device,
int major_version, int major_version,
int minor_version); int minor_version);
cairo_public void cairo_public void
cairo_xcb_device_debug_cap_xrender_version (cairo_device_t *device, cairo_xcb_device_debug_cap_xrender_version (cairo_device_t *device,
int major_version, int major_version,
int minor_version); int minor_version);
/*
* @precision: -1 implies automatically choose based on antialiasing mode,
* any other value overrides and sets the corresponding PolyMode
.
*/
cairo_public void
cairo_xcb_device_debug_set_precision (cairo_device_t *device,
int precision);
cairo_public int
cairo_xcb_device_debug_get_precision (cairo_device_t *device);
CAIRO_END_DECLS CAIRO_END_DECLS
#else /* CAIRO_HAS_XCB_SURFACE */ #else /* CAIRO_HAS_XCB_SURFACE */
# error Cairo was not compiled with support for the xcb backend # error Cairo was not compiled with support for the xcb backend
#endif /* CAIRO_HAS_XCB_SURFACE */ #endif /* CAIRO_HAS_XCB_SURFACE */
#endif /* CAIRO_XCB_H */ #endif /* CAIRO_XCB_H */
 End of changes. 2 change blocks. 
0 lines changed or deleted 21 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/