mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- luainstance: re-add typo TO_WIDE to stay backward compatible
This commit is contained in:
@@ -344,6 +344,7 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "STYLE_ITALIC", (lua_Integer)CNeutrinoFonts::FONT_STYLE_ITALIC },
|
||||
{ "MAX", (lua_Integer)CNeutrinoFonts::DYNFONTEXT_MAX },
|
||||
{ "MAXIMUM_FONTS", (lua_Integer)CLuaInstance::DYNFONT_MAXIMUM_FONTS },
|
||||
{ "TO_WIDE", (lua_Integer)CLuaInstance::DYNFONT_TOO_WIDE }, // just here to stay backward compatible
|
||||
{ "TOO_WIDE", (lua_Integer)CLuaInstance::DYNFONT_TOO_WIDE },
|
||||
{ "TOO_HIGH", (lua_Integer)CLuaInstance::DYNFONT_TOO_HIGH },
|
||||
{ NULL, 0 }
|
||||
|
Reference in New Issue
Block a user