X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Fplugin.h;h=ca78eb32fb148f9631a0ef4654f1c8f2ec1893de;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=9d09a4fa0cecdfd11b11f3b66f4a74aa58940ca0;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/activex/plugin.h b/activex/plugin.h index 9d09a4fa0c..ca78eb32fb 100644 --- a/activex/plugin.h +++ b/activex/plugin.h @@ -28,10 +28,10 @@ #include -extern const GUID CLSID_VLCPlugin; -extern const GUID CLSID_VLCPlugin2; -extern const GUID LIBID_AXVLC; -extern const GUID DIID_DVLCEvents; +extern const GUID CLSID_VLCPlugin; +extern const GUID CLSID_VLCPlugin2; +extern const GUID LIBID_AXVLC; +extern const GUID DIID_DVLCEvents; class VLCPluginClass : public IClassFactory { @@ -104,7 +104,7 @@ public: }; inline BOOL getAutoPlay(void) { return _b_autoplay; }; - inline void setAutoLoop(BOOL autoloop) + inline void setAutoLoop(BOOL autoloop) { _b_autoloop = autoloop; setDirty(TRUE); @@ -147,7 +147,7 @@ public: }; const SIZEL& getExtent(void) { return _extent; }; - // transient properties + // transient properties inline void setMute(BOOL mute) { _b_mute = mute; }; inline void setPicture(LPPICTURE pict) @@ -191,7 +191,7 @@ public: void setErrorInfo(REFIID riid, const char *description); // control geometry within container - RECT getPosRect(void) { return _posRect; }; + RECT getPosRect(void) { return _posRect; }; inline HWND getInPlaceWindow(void) const { return _inplacewnd; }; BOOL isInPlaceActive(void);