summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-30 03:10:07 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-30 03:10:07 +0200
commitf933dd396cf0f5cbb5b053d5a8f85fbcfc9761fd (patch)
tree2cbe398e30ad15ae94f1cdf911485b4f7a4dd4ec /src/index.c
parent555f7bccebc92d28a14eb0fd6d29a2a39b8f83e1 (diff)
Apply changes to thumbnail mode
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 2 insertions, 0 deletions
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;