mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
xcb-drm: Fix undeclared variable error
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
02b2e3c93f
commit
ed78510154
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue