summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-17 20:34:29 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-17 20:34:29 (EDT)
commitf885e9dece74ce168121187ecef63a2d6b58cdec (patch)
tree284765ce2944103d058449670e15fe8488436e9a /src/tab.h
parent93f6601999c331c357b275f947494299c6617d5b (diff)
downloadmarquee-f885e9dece74ce168121187ecef63a2d6b58cdec.zip
marquee-f885e9dece74ce168121187ecef63a2d6b58cdec.tar.gz
marquee-f885e9dece74ce168121187ecef63a2d6b58cdec.tar.bz2
MqTab: Expose update_positions() as non-static function
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index b49d72d..30d6b3d 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -69,6 +69,9 @@ MqWindow *
mq_tab_get_window(MqTab *tab);
void
+mq_tab_update_positions(MqTab *node, gint step);
+
+void
mq_tab_update_position(MqTab *tab, guint position);
guint