fix broken window update for history
This commit is contained in:
parent
9d981e1fd7
commit
5b3a46e2ec
4
dunst.c
4
dunst.c
@ -168,9 +168,7 @@ void history_pop(void)
|
|||||||
n->timeout = settings.sticky_history ? 0 : n->timeout;
|
n->timeout = settings.sticky_history ? 0 : n->timeout;
|
||||||
g_queue_push_head(queue, n);
|
g_queue_push_head(queue, n);
|
||||||
|
|
||||||
if (!xctx.visible) {
|
wake_up();
|
||||||
wake_up();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void wake_up(void)
|
void wake_up(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user