From fc250d80472cf0dd6779e0a210fef920582b1b1c Mon Sep 17 00:00:00 2001 From: Monsterovich Date: Tue, 26 Feb 2019 00:08:12 +0200 Subject: [PATCH] fix spaces --- src/conky.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }