From a7488f38fef1960086af860063f1958fb75d58f3 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 14 Oct 2018 18:30:40 +0530 Subject: Added info panel to show current file name, resolution and list index --- src/window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/window.h') 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 -- cgit v1.2.3