moved drawmsg call
This commit is contained in:
parent
fcdbf8ec0d
commit
747c90be2d
3
dunst.c
3
dunst.c
@ -98,7 +98,6 @@ pop(msg_queue_t *queue) {
|
|||||||
}
|
}
|
||||||
new_head = queue->next;
|
new_head = queue->next;
|
||||||
new_head->start = now;
|
new_head->start = now;
|
||||||
drawmsg(new_head->msg);
|
|
||||||
free(queue);
|
free(queue);
|
||||||
return new_head;
|
return new_head;
|
||||||
}
|
}
|
||||||
@ -175,6 +174,8 @@ next_win(void) {
|
|||||||
XUnmapWindow(dc->dpy, win);
|
XUnmapWindow(dc->dpy, win);
|
||||||
XFlush(dc->dpy);
|
XFlush(dc->dpy);
|
||||||
visible = False;
|
visible = False;
|
||||||
|
} else {
|
||||||
|
drawmsg(msgqueuehead->msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user