comparison gtk/dw.c @ 269:2e936651aef6

The _dw_thread fix was already in dw_main_iteration() removing the the duplicate. And added license file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Mar 2003 19:29:44 +0000
parents 07bff0e012d3
children d2a80e648d33
comparison
equal deleted inserted replaced
268:07bff0e012d3 269:2e936651aef6
886 _dw_thread = pthread_self(); 886 _dw_thread = pthread_self();
887 _dw_thread_add(_dw_thread); 887 _dw_thread_add(_dw_thread);
888 gtk_main_iteration(); 888 gtk_main_iteration();
889 _dw_thread = (pthread_t)-1; 889 _dw_thread = (pthread_t)-1;
890 gdk_threads_leave(); 890 gdk_threads_leave();
891 _dw_thread = (pthread_t)-1;
892 } 891 }
893 892
894 /* 893 /*
895 * Free's memory allocated by dynamic windows. 894 * Free's memory allocated by dynamic windows.
896 * Parameters: 895 * Parameters: