Re: (resend) server: fixup input windows on thread_detach
5 May
2015
5 May
'15
8:33 a.m.
Aric Stewart <aric(a)codeweavers.com> writes:
@@ -637,7 +637,7 @@ DECL_HANDLER(set_thread_desktop) if (!current->process->desktop) set_process_default_desktop( current->process, new_desktop, req->handle );
- if (old_desktop != new_desktop && current->queue) detach_thread_input( current ); + if (old_desktop != new_desktop && current->queue) detach_thread_input( current, NULL );
You should also update the thread input in that case. There's no reason to require a specific thread for this. -- Alexandre Julliard julliard(a)winehq.org
3875
Age (days ago)
3875
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard