From 963664727b4754f92a876c36557922821706f591 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 28 Jun 2009 10:49:37 +0100 Subject: [PATCH] [trace] Compile fix for --enable-script Silly typo as pointed out by Hans Breuer . --- util/cairo-trace/trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cairo-trace/trace.c b/util/cairo-trace/trace.c index 5ef290f0a..92b498193 100644 --- a/util/cairo-trace/trace.c +++ b/util/cairo-trace/trace.c @@ -4133,7 +4133,7 @@ cairo_script_surface_create (const char *filename, " surface dup /s%ld exch def\n", width, height, surface_id); - _surface_set_size (ret, width, height); + _surface_object_set_size (ret, width, height); _get_object (SURFACE, ret)->defined = true; _push_operand (SURFACE, ret); _write_unlock ();