summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 02:33:40 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 02:33:40 (EDT)
commita1d59a79ce8a8f8d12f6f58ced1cc3cab44e6f85 (patch)
tree9cd06e86bd7c9170b85eb9b45af8f74a0e4ab961 /src/tab.c
parente633c6dc2bda785c455cc57bdef84a9974302b33 (diff)
downloadmarquee-a1d59a79ce8a8f8d12f6f58ced1cc3cab44e6f85.zip
marquee-a1d59a79ce8a8f8d12f6f58ced1cc3cab44e6f85.tar.gz
marquee-a1d59a79ce8a8f8d12f6f58ced1cc3cab44e6f85.tar.bz2
mq_tab_update_position(): New function
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index 0f8d298..f5851ca 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -54,3 +54,9 @@ mq_tab_get_container(MqTab *tab)
{
return tab->container;
}
+
+void
+mq_tab_update_position(MqTab *tab, guint position)
+{
+ mq_tab_chrome_update_tab_position(tab->chrome, position);
+}