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 1e028da..864735e 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -564,6 +564,12 @@ mq_tab_new_root(MqWindow *window)
return tab;
}
+void
+mq_tab_quit(MqTab *tab)
+{
+ mq_window_quit(tab->window);
+}
+
MqApplication *
mq_tab_get_application(MqTab *tab)
{