Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
bb220604
Commit
bb220604
authored
Aug 15, 2009
by
Rémi Denis-Courmont
Browse files
Remove experimental flag to XCB window
parent
a546ffc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/xcb/window.c
View file @
bb220604
...
...
@@ -59,8 +59,8 @@ static void EmClose (vlc_object_t *);
* Module descriptor
*/
vlc_module_begin
()
set_shortname
(
N_
(
"X
CB
window"
))
set_description
(
N_
(
"
(Experimental) XCB
video window"
))
set_shortname
(
N_
(
"X window"
))
set_description
(
N_
(
"
X11
video window
(XCB)
"
))
set_category
(
CAT_VIDEO
)
set_subcategory
(
SUBCAT_VIDEO_VOUT
)
set_capability
(
"vout window xid"
,
10
)
...
...
Write
Preview
Supports
Markdown
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