summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
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 ee0c0f3..7d61bbd 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -70,6 +70,9 @@ mq_tab_quit(MqTab *tab);
MqApplication *
mq_tab_get_application(MqTab *tab);
+MqWindow *
+mq_tab_get_window(MqTab *tab);
+
void
mq_tab_update_position(MqTab *tab, guint position);