aboutsummaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-05 00:35:24 +0530
committerDandelion <nirav@teisuu.com>2018-09-07 21:16:09 +0530
commit02f7a54e67260ee7995c6cd9bf40ae784b60203d (patch)
treed8bb663f273f4adf1d737ea39f19e5154c9ac07c /image.h
parent28e58ba0dbf30a4a28465f460c67e1c4337bd3a4 (diff)
downloadim-02f7a54e67260ee7995c6cd9bf40ae784b60203d.tar.gz
im-02f7a54e67260ee7995c6cd9bf40ae784b60203d.zip
Added image panning support, refactoring
Diffstat (limited to 'image.h')
-rw-r--r--image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.h b/image.h
index 3771790..e58afd7 100644
--- a/image.h
+++ b/image.h
@@ -18,8 +18,8 @@ double aspect_ratio;
double curr_zoom;
GtkWidget *new_image();
-int load_image(char *file_name, int win_width, int win_height);
-void fit_image(int win_width, int win_height);
+int load_image(char *file_name);
+void fit_image();
void zoom(int type);
void print_supported_formats();