diff options
author | nirav <nirav@teisuu.com> | 2018-10-14 18:30:40 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-10-14 18:30:40 +0530 |
commit | a7488f38fef1960086af860063f1958fb75d58f3 (patch) | |
tree | f2308d105bdbd5de1a178429c7e2d2b002a8339a /src/window.h | |
parent | fde5cb29f95f51ed075c34f5eebdccb81fa2f0e4 (diff) | |
download | im-a7488f38fef1960086af860063f1958fb75d58f3.tar.gz im-a7488f38fef1960086af860063f1958fb75d58f3.zip |
Added info panel to show current file name, resolution and list index
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index 0c9dbd9..3b344b0 100644 --- a/src/window.h +++ b/src/window.h @@ -6,8 +6,9 @@ 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 set_window_title(const char *title, int width, int height); void quit(); void toggle_fullscreen(); +void toggle_infopanel(); #endif |