Implement part of LdLuaSymbol.
The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method.
This commit is contained in:
@@ -269,7 +269,7 @@ ld_lua_logdiag_register (lua_State *L)
|
||||
*/
|
||||
|
||||
/*
|
||||
symbol = ld_lua_symbol_new (ud->category, ud->self);
|
||||
symbol = ld_lua_symbol_new (ud->self);
|
||||
ld_symbol_category_insert (ud->category, symbol, -1);
|
||||
g_object_unref (symbol);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user