summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
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);
+}