From 2d8476f5d9c6526340bd6f3925823712c33f55d0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 3 May 2010 21:05:07 +0200 Subject: Fix remaining compiler warnings (I probably won't implement these options anyways) --- src/feh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feh.h') diff --git a/src/feh.h b/src/feh.h index f81a3c0..47f8da6 100644 --- a/src/feh.h +++ b/src/feh.h @@ -145,7 +145,7 @@ struct hostent *feh_gethostbyname(const char *name); void slideshow_save_image(winwidget win); void feh_edit_inplace_orient(winwidget w, int orientation); void feh_edit_inplace_lossless_rotate(winwidget w, int orientation); -gib_list *feh_wrap_string(char *text, int wrap_width, int max_height, Imlib_Font fn, gib_style * style); +gib_list *feh_wrap_string(char *text, int wrap_width, Imlib_Font fn, gib_style * style); char *build_caption_filename(feh_file * file); gib_list *feh_list_jump(gib_list * root, gib_list * l, int direction, int num); -- cgit v1.2.3