From dbf3448031e564ae5571af55a34c450df94c7547 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 1 Aug 2009 15:11:18 -0600 Subject: [PATCH] Update conky_window Lua table when it changes. --- src/conky.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/conky.c b/src/conky.c index 5c866a96..86bdbb9a 100644 --- a/src/conky.c +++ b/src/conky.c @@ -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 */