mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
[lua] Finish screen luaL_reg with NULL
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3b719fcb18
commit
974e3859f7
1 changed files with 1 additions and 0 deletions
1
lua.c
1
lua.c
|
@ -428,6 +428,7 @@ luaA_parserc(const char *rcfile)
|
|||
{ "coords_get", luaA_screen_coords_get },
|
||||
{ "count", luaA_screen_count },
|
||||
{ "focus", luaA_screen_focus },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
static const struct luaL_reg awesome_hooks_lib[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue