changeset 268:07bff0e012d3

Change threadid to -1 in dw_main_iteration() to allow Rexx/DW to work.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Mar 2003 08:11:45 +0000
parents bf8b907f8a29
children 2e936651aef6
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Mon Mar 03 19:50:19 2003 +0000
+++ b/gtk/dw.c	Wed Mar 05 08:11:45 2003 +0000
@@ -888,6 +888,7 @@
 	gtk_main_iteration();
 	_dw_thread = (pthread_t)-1;
 	gdk_threads_leave();
+_dw_thread = (pthread_t)-1;
 }
 
 /*