diff options
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |