1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Update conky_window Lua table when it changes.

This commit is contained in:
Brenden Matthews 2009-08-01 15:11:18 -06:00
parent f5c1347123
commit dbf3448031

View File

@ -7313,6 +7313,10 @@ static void main_loop(void)
set_transparent_background(window.window);
changed++;
#ifdef HAVE_LUA
/* update lua window globals */
llua_update_window_table(text_start_x, text_start_y, text_width, text_height);
#endif /* HAVE_LUA */
}
/* move window if it isn't in right position */