summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-27 01:06:45 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-27 01:06:45 (EDT)
commitcbf28f6fa88d349a6fa5485c7fbae7eeab292aac (patch)
tree163efc8c5e573bf274b5e6e27b4c6065fb494120 /src/tab.h
parentb1f56c59e3619ae32565fff79b2c33adb3dd8332 (diff)
downloadmarquee-cbf28f6fa88d349a6fa5485c7fbae7eeab292aac.zip
marquee-cbf28f6fa88d349a6fa5485c7fbae7eeab292aac.tar.gz
marquee-cbf28f6fa88d349a6fa5485c7fbae7eeab292aac.tar.bz2
mq_tab_new*(): Drop MqWindow parameter
Instead get it through the tree.
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab.h b/src/tab.h
index ce27d73..f2b7b76 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -54,10 +54,10 @@ struct MqTab {
};
MqTab *
-mq_tab_new(MqWindow *window, gchar *uri, MqTab *source);
+mq_tab_new(gchar *uri, MqTab *source);
MqTab *
-mq_tab_new_relative(MqWindow *window, gchar *uri, MqTab *source);
+mq_tab_new_relative(gchar *uri, MqTab *source);
MqTab *
mq_tab_new_root(MqWindow *window);