[vlc-commits] commit: Lua_http: fix fullscreen. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Thu Apr 8 17:29:02 CEST 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Apr  8 17:28:44 2010 +0200| [7f67708ee904449cdd3bdabf6e9662ce66721b1b] | committer: Rémi Duraffort 

Lua_http: fix fullscreen.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f67708ee904449cdd3bdabf6e9662ce66721b1b
---

 share/lua/http/requests/status.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/http/requests/status.xml b/share/lua/http/requests/status.xml
index e50ef4b..123861f 100644
--- a/share/lua/http/requests/status.xml
+++ b/share/lua/http/requests/status.xml
@@ -84,7 +84,7 @@ elseif command == "pl_sd" then
     vlc.sd.add(val)
   end
 elseif command == "fullscreen" then
-  vlc.fullscreen()
+  vlc.video.fullscreen()
 elseif command == "snapshot" then
   common.snapshot()
 elseif command == "volume" then



More information about the vlc-commits mailing list