[cairo-commit] goocanvas ChangeLog,1.99,1.100

Damon Chaplin commit at pdx.freedesktop.org
Thu Mar 8 08:17:40 PST 2007


Committed by: damon

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

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

	* src/goocanvasitemsimple.h (struct _GooCanvasItemSimpleData): use
	guints for the bitflags rather than the enum types, since that is what
	GTK+ does. Maybe enums cause a problem because of being signed ints.
	Also added cache_setting which we may use in future.
	(struct _GooCanvasItemSimple): added private pointer to allow a bit
	of expansion in future (e.g. maybe a cache).



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- ChangeLog	8 Mar 2007 14:45:58 -0000	1.99
+++ ChangeLog	8 Mar 2007 16:17:33 -0000	1.100
@@ -1,5 +1,14 @@
 2007-03-08  Damon Chaplin  <damon at gnome.org>
 
+	* src/goocanvasitemsimple.h (struct _GooCanvasItemSimpleData): use
+	guints for the bitflags rather than the enum types, since that is what
+	GTK+ does. Maybe enums cause a problem because of being signed ints.
+	Also added cache_setting which we may use in future.
+	(struct _GooCanvasItemSimple): added private pointer to allow a bit
+	of expansion in future (e.g. maybe a cache).
+
+2007-03-08  Damon Chaplin  <damon at gnome.org>
+
 	* src/goocanvaswidget.c (goo_canvas_widget_set_canvas): unparent the
 	widget if the canvas is set to NULL (i.e. when the item is removed
 	from the canvas).



More information about the cairo-commit mailing list