aboutsummaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
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();