Commit 2d1afccd authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

minimal_window: Remove unwanted commit.

parent 8d7e530f
......@@ -49,7 +49,7 @@ vlc_module_begin();
/* Minimal interface. see intf.m */
set_shortname( _( "minimal_macosx" ));
set_description( _("Mac OS X minimal interface") );
set_capability( "interface", 110 );
set_capability( "interface", 50 );
set_callbacks( E_(OpenIntf), E_(CloseIntf) );
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_MAIN );
......@@ -57,7 +57,7 @@ vlc_module_begin();
add_submodule();
/* Will be loaded even without interface module. see voutgl.m */
set_description( "Mac OS X minimal OpenGL video output (opens a borderless window)" );
set_capability( "opengl provider", 110 );
set_capability( "opengl provider", 50 );
set_category( CAT_VIDEO);
set_subcategory( SUBCAT_VIDEO_VOUT );
set_callbacks( E_(OpenVideoGL), E_(CloseVideoGL) );
......
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