Changeset 2d1afccd212bfe2b114625ec03b1783ee022ade9
- 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
| r8d7e530 |
r2d1afcc |
|
| 50 | 50 | set_shortname( _( "minimal_macosx" )); |
|---|
| 51 | 51 | set_description( _("Mac OS X minimal interface") ); |
|---|
| 52 | | set_capability( "interface", 110 ); |
|---|
| | 52 | set_capability( "interface", 50 ); |
|---|
| 53 | 53 | set_callbacks( E_(OpenIntf), E_(CloseIntf) ); |
|---|
| 54 | 54 | set_category( CAT_INTERFACE ); |
|---|
| … | … | |
| 58 | 58 | /* Will be loaded even without interface module. see voutgl.m */ |
|---|
| 59 | 59 | 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 ); |
|---|
| 61 | 61 | set_category( CAT_VIDEO); |
|---|
| 62 | 62 | set_subcategory( SUBCAT_VIDEO_VOUT ); |
|---|