commit | 31022d66ca61f7bb5dab6b597b0f4532226f3175 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 16 23:30:41 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 16 23:30:41 2002 +0000 |
tree | 707368ac0582d719516d13db3800c293d00f566e | |
parent | 5501f127dfc371f3163aab8bd822966564b4ef86 [diff] [blame] |
Signal and release the idle event when the process main thread exits.
diff --git a/server/user.h b/server/user.h index f3e1060..6d5766e 100644 --- a/server/user.h +++ b/server/user.h
@@ -43,6 +43,7 @@ /* queue functions */ +extern void free_msg_queue( struct thread *thread ); extern void inc_queue_paint_count( struct thread *thread, int incr ); extern void queue_cleanup_window( struct thread *thread, user_handle_t win ); extern void post_message( user_handle_t win, unsigned int message,