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
35580f50
Commit
35580f50
authored
Jun 02, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
discriminate between the two OpenGL modules
parent
5e68685c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/video_output/x11/glx.c
modules/video_output/x11/glx.c
+2
-2
No files found.
modules/video_output/x11/glx.c
View file @
35580f50
...
@@ -109,10 +109,10 @@ static void SwitchContext( vout_thread_t * );
...
@@ -109,10 +109,10 @@ static void SwitchContext( vout_thread_t * );
"set it to 0 for first screen, 1 for the second.")
"set it to 0 for first screen, 1 for the second.")
vlc_module_begin
();
vlc_module_begin
();
set_shortname
(
"OpenGL"
);
set_shortname
(
"OpenGL
(GLX)
"
);
set_category
(
CAT_VIDEO
);
set_category
(
CAT_VIDEO
);
set_subcategory
(
SUBCAT_VIDEO_VOUT
);
set_subcategory
(
SUBCAT_VIDEO_VOUT
);
set_description
(
_
(
"OpenGL
video output
"
)
);
set_description
(
_
(
"OpenGL
(GLX) provider
"
)
);
set_capability
(
"opengl provider"
,
50
);
set_capability
(
"opengl provider"
,
50
);
set_callbacks
(
CreateOpenGL
,
DestroyOpenGL
);
set_callbacks
(
CreateOpenGL
,
DestroyOpenGL
);
...
...
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