diff --git a/src/conky.cc b/src/conky.cc index 1762ecc7..d8390ad8 100644 --- a/src/conky.cc +++ b/src/conky.cc @@ -2045,11 +2045,11 @@ void main_loop() { #endif if (ev.xproperty.atom == ATOM(_XROOTPMAP_ID) || ev.xproperty.atom == ATOM(_XROOTMAP_ID)) { - if (forced_redraw.get(*state)) { + if (forced_redraw.get(*state)) { draw_stuff(); next_update_time = get_time(); need_to_update = 1; - } + } } #ifdef USE_ARGB }