]> git.pld-linux.org Git - packages/cairomm.git/commitdiff
- fix build with glitz-enabled cairo
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Feb 2006 12:23:27 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairomm-fix.patch -> 1.1

cairomm-fix.patch [new file with mode: 0644]

diff --git a/cairomm-fix.patch b/cairomm-fix.patch
new file mode 100644 (file)
index 0000000..b742354
--- /dev/null
@@ -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> GlitzSurface::create(glitz_surface_t *surface))
++RefPtr<GlitzSurface> GlitzSurface::create(glitz_surface_t *surface)
+ {
+   cairo_surface_t* cobject = cairo_glitz_surface_create(surface);
+   check_status_and_throw_exception(cairo_surface_status(cobject));
This page took 0.088684 seconds and 4 git commands to generate.