From b4c95797ed5f88deacbda18d9364fdbeaf2bc100 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Apr 2011 17:02:24 +0200 Subject: Only create caption directory when writing out a caption (closes #42) --- 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 dc6315f..01006b2 100644 --- a/src/feh.h +++ b/src/feh.h @@ -143,7 +143,7 @@ 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, Imlib_Font fn, gib_style * style); -char *build_caption_filename(feh_file * file); +char *build_caption_filename(feh_file * file, short create_dir); gib_list *feh_list_jump(gib_list * root, gib_list * l, int direction, int num); /* Imlib stuff */ -- cgit v1.2.3