mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Complete missing lua api versions:
- colors: some internal renamings (bc39d1e
) v1.40 - colors: make footer background color configurable (cc5258e
) v1.41 - luainstance: add missing entry for shadow color (a9446a0
) v1.42 - cc_text: if dx and dy is not set and text have parent use Height (a648dab
) v1.43 - cc_window: dont paint over screen size (9120176
) v1.44 - cpicture: Add getHeight/getWidth option (d5051a1
) v1.45 - cpicture: Add setDimensionsAll option (5c26de0
) 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 is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user