Commit ed3ac95b authored by Rafaël Carré's avatar Rafaël Carré

prefer macosx interface over qt4

parent d47037fe
......@@ -91,7 +91,7 @@ void E_(CloseVideoGL) ( vlc_object_t * );
vlc_module_begin();
set_description( _("Mac OS X interface") );
set_capability( "interface", 100 );
set_capability( "interface", 200 );
set_callbacks( E_(OpenIntf), E_(CloseIntf) );
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_MAIN );
......
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