From: Jakub Bogusz Date: Wed, 5 Apr 2006 11:13:27 +0000 (+0000) Subject: - obsolete X-Git-Tag: auto/th/cairomm-1_1_10-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcairomm.git;a=commitdiff_plain;h=47fca59a588e0df61542a2a7d3744271f2df6923 - obsolete Changed files: cairomm-fix.patch -> 1.2 --- diff --git a/cairomm-fix.patch b/cairomm-fix.patch deleted file mode 100644 index b742354..0000000 --- a/cairomm-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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));