1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 19:22:58 +00:00

fix spaces

This commit is contained in:
Monsterovich 2019-02-26 00:08:12 +02:00 committed by Brenden Matthews
parent af99a203f8
commit fc250d8047

View File

@ -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
}