Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
2d1afccd
Commit
2d1afccd
authored
Aug 30, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minimal_window: Remove unwanted commit.
parent
8d7e530f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/minimal_macosx/macosx.c
modules/gui/minimal_macosx/macosx.c
+2
-2
No files found.
modules/gui/minimal_macosx/macosx.c
View file @
2d1afccd
...
@@ -49,7 +49,7 @@ vlc_module_begin();
...
@@ -49,7 +49,7 @@ vlc_module_begin();
/* Minimal interface. see intf.m */
/* Minimal interface. see intf.m */
set_shortname
(
_
(
"minimal_macosx"
));
set_shortname
(
_
(
"minimal_macosx"
));
set_description
(
_
(
"Mac OS X minimal interface"
)
);
set_description
(
_
(
"Mac OS X minimal interface"
)
);
set_capability
(
"interface"
,
11
0
);
set_capability
(
"interface"
,
5
0
);
set_callbacks
(
E_
(
OpenIntf
),
E_
(
CloseIntf
)
);
set_callbacks
(
E_
(
OpenIntf
),
E_
(
CloseIntf
)
);
set_category
(
CAT_INTERFACE
);
set_category
(
CAT_INTERFACE
);
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
...
@@ -57,7 +57,7 @@ vlc_module_begin();
...
@@ -57,7 +57,7 @@ vlc_module_begin();
add_submodule
();
add_submodule
();
/* Will be loaded even without interface module. see voutgl.m */
/* Will be loaded even without interface module. see voutgl.m */
set_description
(
"Mac OS X minimal OpenGL video output (opens a borderless window)"
);
set_description
(
"Mac OS X minimal OpenGL video output (opens a borderless window)"
);
set_capability
(
"opengl provider"
,
11
0
);
set_capability
(
"opengl provider"
,
5
0
);
set_category
(
CAT_VIDEO
);
set_category
(
CAT_VIDEO
);
set_subcategory
(
SUBCAT_VIDEO_VOUT
);
set_subcategory
(
SUBCAT_VIDEO_VOUT
);
set_callbacks
(
E_
(
OpenVideoGL
),
E_
(
CloseVideoGL
)
);
set_callbacks
(
E_
(
OpenVideoGL
),
E_
(
CloseVideoGL
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment