summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/imlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imlib.c b/src/imlib.c
index 3259e4d..ee439b2 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;