diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
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; |