Changeset 2d1afccd212bfe2b114625ec03b1783ee022ade9

Show
Ignore:
Timestamp:
30/08/07 15:13:22 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1188479602 +0000
git-parent:

[8d7e530f40ef0dfa7de448f786da40c066db9278]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1188479602 +0000
Message:

minimal_window: Remove unwanted commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/minimal_macosx/macosx.c

    r8d7e530 r2d1afcc  
    5050    set_shortname( _( "minimal_macosx" )); 
    5151    set_description( _("Mac OS X minimal interface") ); 
    52     set_capability( "interface", 110 ); 
     52    set_capability( "interface", 50 ); 
    5353    set_callbacks( E_(OpenIntf), E_(CloseIntf) ); 
    5454    set_category( CAT_INTERFACE ); 
     
    5858        /* Will be loaded even without interface module. see voutgl.m */ 
    5959        set_description( "Mac OS X minimal OpenGL video output (opens a borderless window)" ); 
    60         set_capability( "opengl provider", 110 ); 
     60        set_capability( "opengl provider", 50 ); 
    6161        set_category( CAT_VIDEO); 
    6262        set_subcategory( SUBCAT_VIDEO_VOUT );