[cairo-commit] cairo-gtk-engine ChangeLog,1.17,1.18

Carl Worth commit at pdx.freedesktop.org
Wed Feb 9 14:18:45 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-gtk-engine
In directory gabe:/tmp/cvs-serv6542

Modified Files:
	ChangeLog 
Log Message:

        * src/caligula-draw.c: Switch everything to use caligula_rand
        rather than random.
        (caligula_draw_box): Re-seed with widget adress so per-widget
        drawing is deterministic.

        * src/caligula-rand.c: Add simple PRNG so we can re-seed without
        worrying about affecting other use of the C library PRNG.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ChangeLog	9 Feb 2005 20:21:04 -0000	1.17
+++ ChangeLog	9 Feb 2005 22:18:43 -0000	1.18
@@ -1,5 +1,13 @@
 2005-02-09  Carl Worth  <cworth at cworth.org>
 
+	* src/caligula-draw.c: Switch everything to use caligula_rand
+	rather than random.
+	(caligula_draw_box): Re-seed with widget adress so per-widget
+	drawing is deterministic.
+
+	* src/caligula-rand.c: Add simple PRNG so we can re-seed without
+	worrying about affecting other use of the C library PRNG.
+
 	* src/caligula-draw.c (draw_button): Remove a couple unused
 	variables.
 




More information about the cairo-commit mailing list