]> git.sesse.net Git - vlc/commitdiff
Lua_http: fix fullscreen.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 8 Apr 2010 15:28:44 +0000 (17:28 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 8 Apr 2010 15:28:44 +0000 (17:28 +0200)
share/lua/http/requests/status.xml

index e50ef4b4ce2fa71265379478f965e40e4fea4cfe..123861fea7b406e14f82c5b115d4eec3d81d4cd3 100644 (file)
@@ -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