mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-03 13:38:01 +02:00
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:
parent
154e6b052b
commit
2f4645db84
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue