]> git.sesse.net Git - vlc/commitdiff
minimal_window: Remove unwanted commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 30 Aug 2007 13:13:22 +0000 (13:13 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 30 Aug 2007 13:13:22 +0000 (13:13 +0000)
modules/gui/minimal_macosx/macosx.c

index ae9e6a6c6161b23dcc5289a1d2d5a1612bf94ce8..8d050696b2a29e7e17304df8e320725552a34b33 100644 (file)
@@ -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) );