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 fc8e640..0c77425 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -566,6 +566,12 @@ mq_tab_new_root(MqWindow *window)
return tab;
}
+MqApplication *
+mq_tab_get_application(MqTab *tab)
+{
+ return tab->application;
+}
+
void
mq_tab_update_position(MqTab *tab, guint position)
{