Complete missing lua api versions:

- colors: some internal renamings (1c1c5a0) v1.40
 - colors: make footer background color configurable (fb9eaf2) v1.41
 - luainstance: add missing entry for shadow color (a84b3e1) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
 (0dc1041) v1.43
 - cc_window: dont paint over screen size (f30dc89) v1.44
 - cpicture: Add getHeight/getWidth option (f6600ae) v1.45
 - cpicture: Add setDimensionsAll option (5ff20dd) 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
------------------
Branch: ni/coolstream
Commit: c990411575
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
Complete missing lua api versions:

 - colors: some internal renamings (1c1c5a0) v1.40
 - colors: make footer background color configurable (fb9eaf2) v1.41
 - luainstance: add missing entry for shadow color (a84b3e1) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
  (0dc1041) v1.43
 - cc_window: dont paint over screen size (f30dc89) v1.44
 - cpicture: Add getHeight/getWidth option (f6600ae) v1.45
 - cpicture: Add setDimensionsAll option (5ff20dd) 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


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-08-22 04:25:33 +02:00
parent 5ff20dd0fd
commit 16595ad9d7

View File

@@ -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