Skip to content

Commit

Permalink
thumbnail mode: Add a debug printf for thumbnail image size
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Oct 24, 2016
1 parent 421139a commit c6752c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c6752c1

Please sign in to comment.