[cairo-commit] gtkcairo/gtkcairo gtkcairo.c,1.10,1.11

David Reveman commit at pdx.freedesktop.org
Wed May 19 17:19:14 PDT 2004


Committed by: davidr

Update of /cvs/cairo/gtkcairo/gtkcairo
In directory pdx:/tmp/cvs-serv21105/gtkcairo

Modified Files:
	gtkcairo.c 
Log Message:
Use glitz 0.1.3

Index: gtkcairo.c
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gtkcairo.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** a/gtkcairo.c	13 May 2004 21:38:22 -0000	1.10
--- b/gtkcairo.c	20 May 2004 00:19:12 -0000	1.11
***************
*** 291,297 ****
          //cairo_copy_page (gtkcairo->cairo);
  		//
! 		glitz_surface_flush (gtkcairo->surface, 0,0,
! 				widget->allocation.width,
! 				widget->allocation.height);
  		XSync (gdk_x11_get_default_xdisplay (), 0);
      } else {
--- 291,295 ----
          //cairo_copy_page (gtkcairo->cairo);
  		//
! 		glitz_surface_swap_buffers (gtkcairo->surface);
  		XSync (gdk_x11_get_default_xdisplay (), 0);
      } else {





More information about the cairo-commit mailing list