X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_interface.h;h=60fcff8796889a9efde2d142ac3cff0feea75b4a;hb=0d8adc76dbf01e54ef043a07a623982a7fa9a426;hp=b361583b94b8b5d9201a81c66fad6dfa196495f9;hpb=7b0d811f8104b4332fd394c4ab3e38baa4510a13;p=vlc diff --git a/include/vlc_interface.h b/include/vlc_interface.h index b361583b94..60fcff8796 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -50,7 +50,9 @@ struct intf_thread_t VLC_COMMON_MEMBERS /* Thread properties and locks */ +#ifdef __APPLE__ bool b_should_run_on_first_thread; +#endif /* Specific interfaces */ intf_console_t * p_console; /** console */ @@ -134,7 +136,7 @@ VLC_EXPORT( int, __intf_Eject, ( vlc_object_t *, const char * ) ); msg_Info( p_intf, _("\nWarning: if you can't access the GUI " \ "anymore, open a command-line window, go to the " \ "directory where you installed VLC and run " \ - "\"vlc -I wx\"\n") ) + "\"vlc -I qt\"\n") ) #else # define CONSOLE_INTRO_MSG #endif