mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
CLuaInstance: Add function checkMagicMask() for use the color constants
- Use checkMagicMask() for colors in CComponents-Lua functions
This commit is contained in:
@@ -178,6 +178,7 @@ private:
|
||||
void registerFunctions();
|
||||
|
||||
static void functionDeprecated(lua_State *L, const char* oldFunc, const char* newFunc);
|
||||
static lua_Unsigned checkMagicMask(lua_Unsigned &col);
|
||||
|
||||
static int NewWindow(lua_State *L);
|
||||
static int PaintBox(lua_State *L);
|
||||
|
Reference in New Issue
Block a user