Commit 43ffaaf1 authored by Geoffroy Couprie's avatar Geoffroy Couprie

remove on more b_dead old use

parent 05128dd4
......@@ -115,7 +115,10 @@ void* EventThread( vlc_object_t *p_this )
/* Creating a window under Windows also initializes the thread's event
* message queue */
if( DirectXCreateWindow( p_event->p_vout ) )
p_event->b_dead = true;
{
vlc_restorecancel (canc);
return NULL;
}
/* Signal the creation of the window */
vlc_thread_ready( p_event );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment