summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-16 15:02:42 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-16 15:21:06 (EDT)
commit062b7e6d238f8d4fa3580087a4e2962ae322625f (patch)
tree21973ffb569c1beec89223035533cbd233f9bc26 /src/window.c
parentaacdf776c6f59a4e24520480693348fcbff2abcd (diff)
downloadmarquee-062b7e6d238f8d4fa3580087a4e2962ae322625f.zip
marquee-062b7e6d238f8d4fa3580087a4e2962ae322625f.tar.gz
marquee-062b7e6d238f8d4fa3580087a4e2962ae322625f.tar.bz2
mq_window_new(): Accept NULL-terminated uris array
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 416acf5..1158b38 100644
--- a/src/window.c
+++ b/src/window.c
@@ -26,8 +26,7 @@
#include "window.h"
MqWindow *
-mq_window_new(gint __attribute__((unused)) uri_c,
- gchar __attribute__((unused)) *uri_v[])
+mq_window_new(gchar __attribute__((unused)) **uris)
{
MqWindow *window;