diff options
author | nirav <nirav@teisuu.com> | 2018-09-07 22:01:28 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-09-07 22:01:28 +0530 |
commit | b4a6aa115dfd2bbef29af2439661999f8b827fba (patch) | |
tree | 20d39f9e22ed1f51198a5d36a84fcebb290b504d /window.h | |
parent | 7722e6d67a8e6e6a1cb73115ee3abe4380e29e2a (diff) | |
download | im-b4a6aa115dfd2bbef29af2439661999f8b827fba.tar.gz im-b4a6aa115dfd2bbef29af2439661999f8b827fba.zip |
Set window title to filename
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |