diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-12 18:08:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-12 18:08:20 +0000 |
commit | 1fb3785dd20e4e92eed9e61a4181a3e5e91ef31b (patch) | |
tree | c8a0e99d02f147fe796495bcd27f2a3b6cd57309 /tests/testcairo.c | |
parent | 12f1bcb764272902bc0eba4f179739fb34daba1b (diff) | |
download | gtk+-1fb3785dd20e4e92eed9e61a4181a3e5e91ef31b.tar.gz |
Fix the build
Diffstat (limited to 'tests/testcairo.c')
-rw-r--r-- | tests/testcairo.c | 2 |
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; |