[cairo-commit] cairo-5c ChangeLog,1.14,1.15 gtk.c,1.4,1.5

Keith Packard commit at pdx.freedesktop.org
Thu Dec 23 16:09:26 PST 2004


Committed by: keithp

Update of /cvs/cairo/cairo-5c
In directory gabe:/tmp/cvs-serv30313

Modified Files:
	ChangeLog gtk.c 
Log Message:
2004-12-23  Keith Packard  <keithp at keithp.com>

	* examples/grid.5c:
	Destroy context to flush file
	* gtk.c: (gtk_thread_main):
	call gdk_threads_leave on thread exit to release mutex


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-5c/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ChangeLog	23 Dec 2004 22:39:40 -0000	1.14
+++ ChangeLog	24 Dec 2004 00:09:24 -0000	1.15
@@ -1,5 +1,12 @@
 2004-12-23  Keith Packard  <keithp at keithp.com>
 
+	* examples/grid.5c:
+	Destroy context to flush file
+	* gtk.c: (gtk_thread_main):
+	call gdk_threads_leave on thread exit to release mutex
+
+2004-12-23  Keith Packard  <keithp at keithp.com>
+
 	* Makefile.am:
 	* cairo-5c.h:
 	* cairo.5c:

Index: gtk.c
===================================================================
RCS file: /cvs/cairo/cairo-5c/gtk.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gtk.c	23 Dec 2004 22:39:40 -0000	1.4
+++ gtk.c	24 Dec 2004 00:09:24 -0000	1.5
@@ -214,6 +214,7 @@
 gtk_thread_main (void *closure)
 {
     gtk_main ();
+    gdk_threads_leave ();
     return 0;
 }
 




More information about the cairo-commit mailing list