[cairo-commit] gtkcairo/gtkcairo gdkcairo.c,1.11,1.12
David Reveman
commit at pdx.freedesktop.org
Tue Jan 25 12:53:14 PST 2005
Committed by: davidr
Update of /cvs/cairo/gtkcairo/gtkcairo
In directory gabe:/tmp/cvs-serv8387/gtkcairo
Modified Files:
gdkcairo.c
Log Message:
Track changes to glitz
Index: gdkcairo.c
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gdkcairo.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gdkcairo.c 20 Jan 2005 16:36:11 -0000 1.11
+++ gdkcairo.c 25 Jan 2005 20:53:12 -0000 1.12
@@ -220,7 +220,9 @@
self->glitz_surface =
glitz_surface_create (drawable,
format,
- attributes.width, attributes.height);
+ attributes.width,
+ attributes.height,
+ 0, NULL);
glitz_surface_attach (self->glitz_surface,
drawable,
@@ -284,7 +286,8 @@
glitz_drawable_update_size (drawable, width, height);
self->glitz_surface =
- glitz_surface_create (drawable, format, width, height);
+ glitz_surface_create (drawable, format, width, height,
+ 0, NULL);
glitz_surface_attach (self->glitz_surface,
drawable,
More information about the cairo-commit
mailing list