cairo-xlib.h | cairo-xlib.h | |||
---|---|---|---|---|
skipping to change at line 94 | skipping to change at line 94 | |||
cairo_public int | cairo_public int | |||
cairo_xlib_surface_get_depth (cairo_surface_t *surface); | cairo_xlib_surface_get_depth (cairo_surface_t *surface); | |||
cairo_public int | cairo_public int | |||
cairo_xlib_surface_get_width (cairo_surface_t *surface); | cairo_xlib_surface_get_width (cairo_surface_t *surface); | |||
cairo_public int | cairo_public int | |||
cairo_xlib_surface_get_height (cairo_surface_t *surface); | cairo_xlib_surface_get_height (cairo_surface_t *surface); | |||
/* debug interface */ | ||||
cairo_public void | ||||
cairo_xlib_device_debug_cap_xrender_version (cairo_device_t *device, | ||||
int major_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_xlib_device_debug_set_precision (cairo_device_t *device, | ||||
int precision); | ||||
cairo_public int | ||||
cairo_xlib_device_debug_get_precision (cairo_device_t *device); | ||||
CAIRO_END_DECLS | CAIRO_END_DECLS | |||
#else /* CAIRO_HAS_XLIB_SURFACE */ | #else /* CAIRO_HAS_XLIB_SURFACE */ | |||
# error Cairo was not compiled with support for the xlib backend | # error Cairo was not compiled with support for the xlib backend | |||
#endif /* CAIRO_HAS_XLIB_SURFACE */ | #endif /* CAIRO_HAS_XLIB_SURFACE */ | |||
#endif /* CAIRO_XLIB_H */ | #endif /* CAIRO_XLIB_H */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 19 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/ |