[vlc-commits] ActiveX idl: move FullscreenEnabled property to bottom of IVLCControl2, to not break ABI
Sergey Radionov
git at videolan.org
Thu Feb 16 17:38:27 CET 2012
npapi-vlc | branch: master | Sergey Radionov <rsatom at gmail.com> | Thu Feb 16 17:36:57 2012 +0100| [dc3bf7a798b0db91bb14d2842dc34cc2d26d0a0f] | committer: Jean-Baptiste Kempf
ActiveX idl: move FullscreenEnabled property to bottom of IVLCControl2, to not break ABI
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=dc3bf7a798b0db91bb14d2842dc34cc2d26d0a0f
---
activex/axvlc.idl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/activex/axvlc.idl b/activex/axvlc.idl
index 60fb294..851f039 100644
--- a/activex/axvlc.idl
+++ b/activex/axvlc.idl
@@ -643,13 +643,13 @@ library AXVLC
[propget, helpstring("Returns the audio object.")]
HRESULT subtitle([out, retval] IVLCSubtitle** obj);
+ [propget, helpstring("Returns the audio object.")]
+ HRESULT video([out, retval] IVLCVideo** obj);
+
[id(DISPID_FSEnabled), propget, helpstring("Returns/sets availability of fullscreen mode.")]
HRESULT FullscreenEnabled([out, retval] VARIANT_BOOL* enabled);
[id(DISPID_FSEnabled), propput, helpstring("Returns/sets availability of fullscreen mode.")]
HRESULT FullscreenEnabled([in] VARIANT_BOOL enabled);
-
- [propget, helpstring("Returns the audio object.")]
- HRESULT video([out, retval] IVLCVideo** obj);
};
[
More information about the vlc-commits
mailing list