lua: refresh after calling timer hooks.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Kanru Chen 2008-08-07 02:34:28 +08:00 committed by Julien Danjou
parent 938170fe14
commit cb9c8ef9f5
1 changed files with 3 additions and 0 deletions

3
lua.c
View File

@ -707,6 +707,9 @@ void
luaA_on_timer(EV_P_ ev_timer *w, int revents)
{
luaA_dofunction(globalconf.L, globalconf.hooks.timer, 0, 0);
layout_refresh();
statusbar_refresh();
titlebar_refresh();
}
void