aboutsummaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index 5d5f272..8b8a7fe 100644
--- a/window.h
+++ b/window.h
@@ -6,6 +6,7 @@
void create_main_window(GApplication *app);
void get_curr_win_size(gint *width, gint *height);
void scroll_window(gdouble x, gdouble y);
+void set_window_title(const char *title);
void quit();
#endif