mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
luainstance: dynamic values are not static
This commit is contained in:
committed by
M. Liebmann
parent
f7fc13becd
commit
56db064368
@@ -167,7 +167,7 @@ static void set_lua_variables(lua_State *L)
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* screen offsets, exported as e.g. SCREEN['END_Y'] */
|
/* screen offsets, exported as e.g. SCREEN['END_Y'] */
|
||||||
static table_key screenopts[] =
|
table_key screenopts[] =
|
||||||
{
|
{
|
||||||
{ "OFF_X", g_settings.screen_StartX },
|
{ "OFF_X", g_settings.screen_StartX },
|
||||||
{ "OFF_Y", g_settings.screen_StartY },
|
{ "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 */
|
/* list of environment variable arrays to be exported */
|
||||||
static lua_envexport e[] =
|
lua_envexport e[] =
|
||||||
{
|
{
|
||||||
{ "RC", keyname },
|
{ "RC", keyname },
|
||||||
{ "COL", colorlist },
|
{ "COL", colorlist },
|
||||||
|
Reference in New Issue
Block a user