]> git.pld-linux.org Git - packages/cairomm.git/blame - cairomm-fix.patch
- fix build with glitz-enabled cairo
[packages/cairomm.git] / cairomm-fix.patch
CommitLineData
7adfb1bd
JB
1--- cairomm-0.5.0/cairomm/surface.cc.orig 2006-01-29 06:00:31.000000000 +0100
2+++ cairomm-0.5.0/cairomm/surface.cc 2006-02-11 00:12:03.724417250 +0100
3@@ -288,7 +288,7 @@
4 // surface is destroyed in base class
5 }
6
7-RefPtr<GlitzSurface> GlitzSurface::create(glitz_surface_t *surface))
8+RefPtr<GlitzSurface> GlitzSurface::create(glitz_surface_t *surface)
9 {
10 cairo_surface_t* cobject = cairo_glitz_surface_create(surface);
11 check_status_and_throw_exception(cairo_surface_status(cobject));
This page took 0.037245 seconds and 4 git commands to generate.