summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-10-24 20:10:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-10-24 20:10:03 +0200
commitc6752c190fb54252d9f808e179bfee28f7bf3f0d (patch)
tree507eb57d19d6a1e1fe42d39b767eb662c33f736d
parent421139a86bd82b5656e025512bdf2914509fa8ca (diff)
thumbnail mode: Add a debug printf for thumbnail image size
-rw-r--r--src/thumbnail.c1
1 files changed, 1 insertions, 0 deletions
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);