[cairo-commit] goocanvas ChangeLog,1.116,1.117

Damon Chaplin commit at pdx.freedesktop.org
Tue May 15 04:07:23 PDT 2007


Committed by: damon

Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv23378

Modified Files:
	ChangeLog 
Log Message:
2007-05-15  Damon Chaplin  <damon at gnome.org>

	* src/goocanvas.c (goo_canvas_style_set, goo_canvas_realize): reset
	the window backgrounds to nothing, to avoid flicker when scrolling.
	(This happened due to the delay between X clearing the window and
	GooCanvas repainting it.)
	(goo_canvas_expose_event): clear the background ourselves here.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- ChangeLog	14 May 2007 09:51:25 -0000	1.116
+++ ChangeLog	15 May 2007 11:07:11 -0000	1.117
@@ -1,3 +1,11 @@
+2007-05-15  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvas.c (goo_canvas_style_set, goo_canvas_realize): reset
+	the window backgrounds to nothing, to avoid flicker when scrolling.
+	(This happened due to the delay between X clearing the window and
+	GooCanvas repainting it.)
+	(goo_canvas_expose_event): clear the background ourselves here.
+
 2007-05-14  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvas.c (goo_canvas_set_property) 



More information about the cairo-commit mailing list