mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-28 01:28:30 +00:00
fix spaces
This commit is contained in:
parent
af99a203f8
commit
fc250d8047
@ -2045,11 +2045,11 @@ void main_loop() {
|
|||||||
#endif
|
#endif
|
||||||
if (ev.xproperty.atom == ATOM(_XROOTPMAP_ID) ||
|
if (ev.xproperty.atom == ATOM(_XROOTPMAP_ID) ||
|
||||||
ev.xproperty.atom == ATOM(_XROOTMAP_ID)) {
|
ev.xproperty.atom == ATOM(_XROOTMAP_ID)) {
|
||||||
if (forced_redraw.get(*state)) {
|
if (forced_redraw.get(*state)) {
|
||||||
draw_stuff();
|
draw_stuff();
|
||||||
next_update_time = get_time();
|
next_update_time = get_time();
|
||||||
need_to_update = 1;
|
need_to_update = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef USE_ARGB
|
#ifdef USE_ARGB
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user