diff --git a/src/imlib.c b/src/imlib.c index 3259e4d6b8ee596a6c345e64811dd8a1446a0ebe..ee439b2a45352b8b72047e58539983f0c59e2d92 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -571,8 +571,8 @@ void feh_draw_info(winwidget w) } - gib_imlib_render_image_on_drawable(w->bg_pmap, im, 2, - w->h - (th * no_lines) - 2, 1, 1, 0); + gib_imlib_render_image_on_drawable(w->bg_pmap, im, 0, + w->h - (th * no_lines), 1, 1, 0); gib_imlib_free_image_and_decache(im); return;