summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 962106e..03cd327 100644
--- a/src/window.h
+++ b/src/window.h
@@ -34,6 +34,7 @@ struct MqWindow {
GtkWidget *window;
GtkWidget *notebook;
MqTab *root_tab;
+ guint current_tab;
};
MqWindow *
@@ -46,4 +47,7 @@ void
mq_window_insert_tab(MqWindow *window, GtkWidget *tab_page,
GtkWidget *tab_label, gint position);
+guint
+mq_window_get_current_tab(MqWindow *window);
+
#endif