summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index fa333f0..bfb1e5d 100644
--- a/src/window.h
+++ b/src/window.h
@@ -75,6 +75,9 @@ mq_window_update_tab_title(MqWindow *window, guint position,
const gchar *title);
void
+mq_window_set_title(MqWindow *window, const gchar *title);
+
+void
mq_window_scroll_tab_labels(MqWindow *window);
void