mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
script: Update csi-exec to match new interface.
This commit is contained in:
parent
2f0f4ed0e2
commit
2dc42af942
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
static cairo_surface_t *
|
||||
_surface_create (void *closure,
|
||||
cairo_content_t content,
|
||||
double width, double height)
|
||||
double width, double height,
|
||||
long uid)
|
||||
{
|
||||
return cairo_image_surface_create (CAIRO_FORMAT_ARGB32, width, height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue