[vlc-devel] [PATCH] ActiveX idl: move FullscreenEnabled property to bottom of IVLCControl2, to not break ABI

Sergey Radionov rsatom at gmail.com
Thu Feb 16 07:43:40 CET 2012


---
 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);
     };
 
     [
-- 
1.7.7.1.msysgit.0




More information about the vlc-devel mailing list