Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
98d5f291
Commit
98d5f291
authored
Dec 18, 2004
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/libvlc.h: Use window decorations by default
parent
25481d94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/libvlc.h
src/libvlc.h
+1
-1
No files found.
src/libvlc.h
View file @
98d5f291
...
...
@@ -868,7 +868,7 @@ vlc_module_begin();
add_integer
(
"height"
,
-
1
,
NULL
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"video-x"
,
-
1
,
NULL
,
VIDEOX_TEXT
,
VIDEOX_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"video-y"
,
-
1
,
NULL
,
VIDEOY_TEXT
,
VIDEOY_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"video-deco"
,
0
,
NULL
,
VIDEO_DECO_TEXT
,
add_bool
(
"video-deco"
,
1
,
NULL
,
VIDEO_DECO_TEXT
,
VIDEO_DECO_LONGTEXT
,
VLC_TRUE
);
add_string
(
"video-title"
,
NULL
,
NULL
,
VIDEO_TITLE_TEXT
,
VIDEO_TITLE_LONGTEXT
,
VLC_TRUE
);
...
...
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