]> git.pld-linux.org Git - packages/cairomm.git/blob - cairomm-fix.patch
b7423542109f74446c4987472fa0c5a777144a4d
[packages/cairomm.git] / cairomm-fix.patch
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.022645 seconds and 2 git commands to generate.