[cairo-commit] cairomm/cairomm surface.cc,1.10,1.11
Jonathon Jongsma
commit at pdx.freedesktop.org
Mon Feb 27 17:27:05 PST 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm/cairomm
In directory kemper:/tmp/cvs-serv24926/cairomm
Modified Files:
surface.cc
Log Message:
2006-02-27 Stefan Kersten <steve at k-hornz.de>
* cairomm/surface.cc: fix an extra trailing parentheses in
GlitzSurface::create()
Index: surface.cc
===================================================================
RCS file: /cvs/cairo/cairomm/cairomm/surface.cc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- surface.cc 21 Feb 2006 05:21:02 -0000 1.10
+++ surface.cc 28 Feb 2006 01:27:03 -0000 1.11
@@ -289,7 +289,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));
More information about the cairo-commit
mailing list