npapi-vlc | branch: master | Sergey Radionov <[email protected]> | 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 <[email protected]> > 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); }; [ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
