From c6752c190fb54252d9f808e179bfee28f7bf3f0d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 24 Oct 2016 20:10:03 +0200 Subject: thumbnail mode: Add a debug printf for thumbnail image size --- src/thumbnail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thumbnail.c b/src/thumbnail.c index c806ce4..012d516 100644 --- a/src/thumbnail.c +++ b/src/thumbnail.c @@ -144,6 +144,7 @@ void init_thumbnail_mode(void) index_image_width = td.w; index_image_height = td.h + title_area_h; + D(("imlib_create_image(%d, %d)", index_image_width, index_image_height)); td.im_main = imlib_create_image(index_image_width, index_image_height); gib_imlib_image_set_has_alpha(td.im_main, 1); -- cgit v1.2.3