[cairo] cairo_xlib_surface_set_drawable
Keith Packard
keithp at keithp.com
Fri Jul 8 14:11:55 PDT 2005
I chatted with Carl on the phone and he thought the idea of extending
the xlib backend for this double buffering case seemed reasonable
enough; swapping out the drawable is necessary as X cannot resize
pixmaps. He did, however, suggest that perhaps the correct API would be
more like:
void
cairo_xlib_surface_set_drawable (cairo_surface_t *surface,
Drawable drawable,
int width,
int height);
I've got the obvious patch which implements this function; are there
other comments in this area?
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050708/095691ec/attachment.pgp
More information about the cairo
mailing list