lua: refresh after calling timer hooks.
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
938170fe14
commit
cb9c8ef9f5
3
lua.c
3
lua.c
|
@ -707,6 +707,9 @@ void
|
||||||
luaA_on_timer(EV_P_ ev_timer *w, int revents)
|
luaA_on_timer(EV_P_ ev_timer *w, int revents)
|
||||||
{
|
{
|
||||||
luaA_dofunction(globalconf.L, globalconf.hooks.timer, 0, 0);
|
luaA_dofunction(globalconf.L, globalconf.hooks.timer, 0, 0);
|
||||||
|
layout_refresh();
|
||||||
|
statusbar_refresh();
|
||||||
|
titlebar_refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue