(trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy
This commit is contained in:
parent
33e43a0854
commit
6e089ef095
|
@ -235,6 +235,7 @@ libeventThreadFunc( void * veh )
|
||||||
event_set_log_callback( logFunc );
|
event_set_log_callback( logFunc );
|
||||||
|
|
||||||
/* loop until all the events are done */
|
/* loop until all the events are done */
|
||||||
|
while( !eh->die )
|
||||||
event_dispatch( );
|
event_dispatch( );
|
||||||
|
|
||||||
/* shut down the thread */
|
/* shut down the thread */
|
||||||
|
|
Loading…
Reference in New Issue