Skip to content
Snippets Groups Projects
Commit c6752c19 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

thumbnail mode: Add a debug printf for thumbnail image size

parent 421139a8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment