From c9f0b15a1ddeafef0ab2312f4fc31b540f97fc6c Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 22 Aug 2016 04:25:33 +0200 Subject: [PATCH] Complete missing lua api versions: - colors: some internal renamings (78230ea) v1.40 - colors: make footer background color configurable (70abfb3) v1.41 - luainstance: add missing entry for shadow color (832649c) v1.42 - cc_text: if dx and dy is not set and text have parent use Height (5ac8d00) v1.43 - cc_window: dont paint over screen size (46b77c7) v1.44 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45 - cpicture: Add setDimensionsAll option (fcfb4c4) v1.46 - Set Lua api version to 1.46 See also neutrino-hd wiki: https://wiki.neutrino-hd.de/wiki/Neutrino_HD_Lua_API#Changelog Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/c990411575812689b988e3bb6418d64550b5f763 Author: Michael Liebmann Date: 2016-08-22 (Mon, 22 Aug 2016) Origin message was: ------------------ Complete missing lua api versions: - colors: some internal renamings (78230ea) v1.40 - colors: make footer background color configurable (70abfb3) v1.41 - luainstance: add missing entry for shadow color (832649c) v1.42 - cc_text: if dx and dy is not set and text have parent use Height (5ac8d00) v1.43 - cc_window: dont paint over screen size (46b77c7) v1.44 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45 - cpicture: Add setDimensionsAll option (fcfb4c4) v1.46 - Set Lua api version to 1.46 See also neutrino-hd wiki: https://wiki.neutrino-hd.de/wiki/Neutrino_HD_Lua_API#Changelog --- src/gui/lua/lua_api_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/lua/lua_api_version.h b/src/gui/lua/lua_api_version.h index f95bdbc54..51f649f64 100644 --- a/src/gui/lua/lua_api_version.h +++ b/src/gui/lua/lua_api_version.h @@ -4,4 +4,4 @@ * to luainstance.h changes */ #define LUA_API_VERSION_MAJOR 1 -#define LUA_API_VERSION_MINOR 39 +#define LUA_API_VERSION_MINOR 46