mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Fix last commit
This commit is contained in:
@@ -177,6 +177,8 @@ int CLuaInstVideo::PlayFile(lua_State *L)
|
|||||||
CMoviePlayerGui::getInstance().SetFile(st, sf, si1, si2);
|
CMoviePlayerGui::getInstance().SetFile(st, sf, si1, si2);
|
||||||
CMoviePlayerGui::getInstance().exec(NULL, "http_lua");
|
CMoviePlayerGui::getInstance().exec(NULL, "http_lua");
|
||||||
CMoviePlayerGui::getInstance().setLuaInfoFunc(L, false);
|
CMoviePlayerGui::getInstance().setLuaInfoFunc(L, false);
|
||||||
|
if (D != NULL && !D->infoFunc.empty())
|
||||||
|
D->infoFunc = "";
|
||||||
int ret = CMoviePlayerGui::getInstance().getKeyPressed();
|
int ret = CMoviePlayerGui::getInstance().getKeyPressed();
|
||||||
lua_pushinteger(L, ret);
|
lua_pushinteger(L, ret);
|
||||||
return 1;
|
return 1;
|
||||||
|
@@ -32,7 +32,7 @@ extern "C" {
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define LUA_API_VERSION_MAJOR 1
|
#define LUA_API_VERSION_MAJOR 1
|
||||||
#define LUA_API_VERSION_MINOR 36
|
#define LUA_API_VERSION_MINOR 37
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void LuaInstRegisterFunctions(lua_State *L, bool fromThreads=false);
|
void LuaInstRegisterFunctions(lua_State *L, bool fromThreads=false);
|
||||||
|
Reference in New Issue
Block a user