mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
add methode doPaintBg(), fix missing background
API Documentation: https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:cpicture:de#doPaintBg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 10a67daf59
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-12-02 (Thu, 02 Dec 2021)
------------------
This commit was generated by Migit
8 lines
229 B
C
8 lines
229 B
C
/*
|
|
* this is only used in two code files, so put it into its own
|
|
* header to reduce complete neutrino rebuilding all the time due
|
|
* to luainstance.h changes
|
|
*/
|
|
#define LUA_API_VERSION_MAJOR 1
|
|
#define LUA_API_VERSION_MINOR 95
|