xcb-drm: Fix undeclared variable error

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2011-03-16 16:01:35 +01:00
parent 02b2e3c93f
commit ed78510154

View file

@ -1086,6 +1086,7 @@ _cairo_xcb_surface_picture (cairo_xcb_surface_t *target,
xcb_pixmap_t pixmap;
pixman_format_code_t pixman_format;
cairo_surface_pattern_t pattern;
cairo_status_t status;
/* XXX XRenderCreatePictureForNative:
* Copy the source to a temporary pixmap if possible.