]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/vlcproc.hpp
* all: new skin variable "vlc.isFullscreen" (guess what it does ;)
[vlc] / modules / gui / skins2 / src / vlcproc.hpp
index 09cac396a886c4cafa44dcf3d9f1b504d04358d7..aef2f50a9ef22da2d06590f4587ed8f7715b962c 100644 (file)
@@ -117,7 +117,8 @@ class VlcProc: public SkinObject
         VariablePtr m_cVarStopped;
         VariablePtr m_cVarPaused;
         VariablePtr m_cVarSeekable;
-        /// Variable for the vout
+        /// Variables related to the vout
+        VariablePtr m_cVarFullscreen;
         VarBox m_varVoutSize;
         /// Equalizer variables
         EqualizerBands m_varEqBands;