aboutsummaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-07 22:01:28 +0530
committerDandelion <nirav@teisuu.com>2018-09-07 22:01:28 +0530
commitb4a6aa115dfd2bbef29af2439661999f8b827fba (patch)
tree20d39f9e22ed1f51198a5d36a84fcebb290b504d /window.h
parent7722e6d67a8e6e6a1cb73115ee3abe4380e29e2a (diff)
downloadim-b4a6aa115dfd2bbef29af2439661999f8b827fba.tar.gz
im-b4a6aa115dfd2bbef29af2439661999f8b827fba.zip
Set window title to filename
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