xlib-xcb: Make this compile again

There was a typo in commit 2061cd81f2.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-02-10 17:52:45 +01:00
parent 154e6b052b
commit 2f4645db84

View file

@ -142,7 +142,7 @@ _cairo_xlib_xcb_surface_source (void *abstract_surface,
cairo_rectangle_int_t *extents)
{
cairo_xlib_xcb_surface_t *surface = abstract_surface;
return _cairo_surface_get_source (&surface->cb->base, extents);
return _cairo_surface_get_source (&surface->xcb->base, extents);
}
static cairo_status_t