Print progress in notification_print

This commit is contained in:
Benedikt Heine 2018-07-06 18:35:50 +02:00
parent a229363dbd
commit b5fbfd0e65

View File

@ -64,6 +64,7 @@ void notification_print(notification *n)
printf("\tbg: %s\n", n->colors[ColBG]);
printf("\tframe: %s\n", n->colors[ColFrame]);
printf("\tfullscreen: %s\n", enum_to_string_fullscreen(n->fullscreen));
printf("\tprogress: %d\n", n->progress);
printf("\tid: %d\n", n->id);
if (n->urls) {
char *urls = string_replace_all("\n", "\t\t\n", g_strdup(n->urls));