The OpenD Programming Language

cairo.c.xcb

Members

Functions

cairo_xcb_device_debug_cap_xrender_version
void cairo_xcb_device_debug_cap_xrender_version(cairo_device_t* device, int major_version, int minor_version)

debug interface

cairo_xcb_device_debug_cap_xshm_version
void cairo_xcb_device_debug_cap_xshm_version(cairo_device_t* device, int major_version, int minor_version)

debug interface

cairo_xcb_surface_create
cairo_surface_t* cairo_xcb_surface_create(xcb_connection_t* connection, xcb_drawable_t drawable, xcb_visualtype_t* visual, int width, int height)
cairo_xcb_surface_create_for_bitmap
cairo_surface_t* cairo_xcb_surface_create_for_bitmap(xcb_connection_t* connection, xcb_screen_t* screen, xcb_pixmap_t bitmap, int width, int height)
cairo_xcb_surface_create_with_xrender_format
cairo_surface_t* cairo_xcb_surface_create_with_xrender_format(xcb_connection_t* connection, xcb_screen_t* screen, xcb_drawable_t drawable, xcb_render_pictforminfo_t* format, int width, int height)
cairo_xcb_surface_set_size
void cairo_xcb_surface_set_size(cairo_surface_t* surface, int width, int height)

Meta

Authors

Johannes PfaucairoD
_cairo team_cairo