# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1046892584 0 # Node ID 2e936651aef6e78e0d002cdaed7bc4f580d4cbb7 # Parent 07bff0e012d3b9b37dcabec60eccbff72fa66c69 The _dw_thread fix was already in dw_main_iteration() removing the the duplicate. And added license file. diff -r 07bff0e012d3 -r 2e936651aef6 gtk/dw.c --- a/gtk/dw.c Wed Mar 05 08:11:45 2003 +0000 +++ b/gtk/dw.c Wed Mar 05 19:29:44 2003 +0000 @@ -888,7 +888,6 @@ gtk_main_iteration(); _dw_thread = (pthread_t)-1; gdk_threads_leave(); -_dw_thread = (pthread_t)-1; } /* diff -r 07bff0e012d3 -r 2e936651aef6 license.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/license.txt Wed Mar 05 19:29:44 2003 +0000 @@ -0,0 +1,20 @@ +Copyright Information About Dynamic Windows. + +2000-2003 Brian Smith +2000 Achim Hasenmueller +2000 Peter Nielsen +2003 Mark Hessling +1998 Sergey I. Yevtushenko + +This license allows you to use this source code in any way you wish, given the +following restrictions: + +Source code must keep the copyrights. +Entities using the source code must acknowledge the Dynamic Windows contributors. +(either passively when queried or actively through acknowledgements in the program) +The following are not allowed to use Dynamic Windows in a commercial product: + +F/X Communuications +Any entity associated with Bjarne Jensen + +