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
adf0cc35
Commit
adf0cc35
authored
Mar 27, 2008
by
thannoy@actech-innovation.com
Committed by
Jean-Paul Saman
Apr 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix IVLCVideo.teletext binding
Signed-off-by:
Jean-Paul Saman
<
jpsaman@videolan.org
>
parent
972e362d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projects/activex/axvlc.idl
projects/activex/axvlc.idl
+2
-2
No files found.
projects/activex/axvlc.idl
View file @
adf0cc35
...
...
@@ -435,9 +435,9 @@ library AXVLC
HRESULT
crop
(
[
in
]
BSTR
geometry
)
;
[
propget
,
helpstring
(
"Returns teletext page used."
)
]
HRESULT
subtitle
(
[
out
,
retval
]
long
*
page
)
;
HRESULT
teletext
(
[
out
,
retval
]
long
*
page
)
;
[
propput
,
helpstring
(
"Sets teletext page to use."
)
]
HRESULT
subtitle
(
[
in
]
long
page
)
;
HRESULT
teletext
(
[
in
]
long
page
)
;
[
helpstring
(
"toggle fullscreen/windowed state."
)
]
HRESULT
toggleFullscreen
()
;
...
...
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