mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
luainstance: dynamic values are not static
Origin commit data
------------------
Commit: 56db064368
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
This commit is contained in:
committed by
Michael Liebmann
parent
53c1d781ed
commit
7f99decca8
@@ -167,7 +167,7 @@ static void set_lua_variables(lua_State *L)
|
||||
};
|
||||
|
||||
/* screen offsets, exported as e.g. SCREEN['END_Y'] */
|
||||
static table_key screenopts[] =
|
||||
table_key screenopts[] =
|
||||
{
|
||||
{ "OFF_X", g_settings.screen_StartX },
|
||||
{ "OFF_Y", g_settings.screen_StartY },
|
||||
@@ -177,7 +177,7 @@ static void set_lua_variables(lua_State *L)
|
||||
};
|
||||
|
||||
/* list of environment variable arrays to be exported */
|
||||
static lua_envexport e[] =
|
||||
lua_envexport e[] =
|
||||
{
|
||||
{ "RC", keyname },
|
||||
{ "COL", colorlist },
|
||||
|
Reference in New Issue
Block a user