summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-12 18:08:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-12 18:08:20 +0000
commit1fb3785dd20e4e92eed9e61a4181a3e5e91ef31b (patch)
treec8a0e99d02f147fe796495bcd27f2a3b6cd57309 /tests
parent12f1bcb764272902bc0eba4f179739fb34daba1b (diff)
downloadgtk+-1fb3785dd20e4e92eed9e61a4181a3e5e91ef31b.tar.gz
Fix the build
Diffstat (limited to 'tests')
-rw-r--r--tests/testcairo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcairo.c b/tests/testcairo.c
index 1d1c20815b..b2a232b026 100644
--- a/tests/testcairo.c
+++ b/tests/testcairo.c
@@ -141,7 +141,7 @@ draw (cairo_t *cr,
return;
circles = cairo_surface_create_similar (cairo_get_target (cr),
- CAIRO_FORMAT_COLOR_ALPHA,
+ CAIRO_CONTENT_COLOR_ALPHA,
width, height);
if (circles == NULL)
return;