From: Jakub Bogusz Date: Sat, 11 Feb 2006 12:23:27 +0000 (+0000) Subject: - fix build with glitz-enabled cairo X-Git-Tag: auto/th/cairomm-1_1_10-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcairomm.git;a=commitdiff_plain;h=7adfb1bdac53973bcb6b4dc8f690fffea744a5f1 - fix build with glitz-enabled cairo Changed files: cairomm-fix.patch -> 1.1 --- diff --git a/cairomm-fix.patch b/cairomm-fix.patch new file mode 100644 index 0000000..b742354 --- /dev/null +++ b/cairomm-fix.patch @@ -0,0 +1,11 @@ +--- cairomm-0.5.0/cairomm/surface.cc.orig 2006-01-29 06:00:31.000000000 +0100 ++++ cairomm-0.5.0/cairomm/surface.cc 2006-02-11 00:12:03.724417250 +0100 +@@ -288,7 +288,7 @@ + // surface is destroyed in base class + } + +-RefPtr GlitzSurface::create(glitz_surface_t *surface)) ++RefPtr GlitzSurface::create(glitz_surface_t *surface) + { + cairo_surface_t* cobject = cairo_glitz_surface_create(surface); + check_status_and_throw_exception(cairo_surface_status(cobject));