]> git.sesse.net Git - vlc/blobdiff - mozilla/vlcintf.idl
* ALL: the build mechanism now uses automake. See HACKING for more details.
[vlc] / mozilla / vlcintf.idl
index ac88892dded77fb2afe2be4f2146aeb8bfa2d0ba..8241041bfbc6705805332f6afd58747fbd2d6aa6 100644 (file)
@@ -8,5 +8,7 @@ interface VlcIntf : nsISupports
     void play();
     void pause();
     void stop();
+
+    void fullscreen();
 };