mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-16 18:03:42 +02:00
CLuaInstance: Replace cwindow header_height & footer_height
- Replace with headerHeight & footerHeight - Set header_height & footer_height to deprecated
This commit is contained in:
@@ -215,6 +215,8 @@ private:
|
||||
static int CWindowPaintHeader(lua_State *L);
|
||||
static int CWindowGetHeaderHeight(lua_State *L);
|
||||
static int CWindowGetFooterHeight(lua_State *L);
|
||||
static int CWindowGetHeaderHeight_dep(lua_State *L); // function 'header_height' is deprecated
|
||||
static int CWindowGetFooterHeight_dep(lua_State *L); // function 'footer_height' is deprecated
|
||||
static int CWindowDelete(lua_State *L);
|
||||
|
||||
static CLuaSignalBox *SignalBoxCheck(lua_State *L, int n);
|
||||
|
Reference in New Issue
Block a user