From f933dd396cf0f5cbb5b053d5a8f85fbcfc9761fd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 30 Sep 2011 03:10:07 +0200 Subject: Apply changes to thumbnail mode --- src/index.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index 11974bd..466ce21 100644 --- a/src/index.c +++ b/src/index.c @@ -457,6 +457,8 @@ void get_index_string_dim(feh_file *file, Imlib_Font fn, int *fw, int *fh) gib_list_free_and_data(lines); + printf("dim is %dx%d\n", max_w, total_h); + *fw = max_w; *fh = total_h; return; -- cgit v1.2.3