Commit 515bdc8f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

interface.c: Better comment.

parent 02857df0
...@@ -131,8 +131,8 @@ int intf_RunThread( intf_thread_t *p_intf ) ...@@ -131,8 +131,8 @@ int intf_RunThread( intf_thread_t *p_intf )
if( p_intf->pf_run == NULL ) if( p_intf->pf_run == NULL )
return VLC_SUCCESS; return VLC_SUCCESS;
/* Hack to get Mac OS X Cocoa runtime, /* Hack to get Mac OS X Cocoa runtime running
* which need access to the main thread */ * (it needs access to the main thread) */
if( p_intf->b_should_run_on_first_thread ) if( p_intf->b_should_run_on_first_thread )
{ {
RunInterface( p_intf ); RunInterface( p_intf );
......
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