summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-12 19:00:41 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-12 19:00:41 +0100
commitb8458271fba9929831dcc71d86c205fb52578e3a (patch)
tree47e7d0ad532ef3c0ddd8d60f79bf0b475e61696d /image.c
parent8fc7cb73b37cb00f164425bcced0afbc949a3429 (diff)
downloadnsxiv-b8458271fba9929831dcc71d86c205fb52578e3a.tar.zst
Added text bar on bottom of window
Diffstat (limited to 'image.c')
-rw-r--r--image.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/image.c b/image.c
index 0b58769..c9ffc59 100644
--- a/image.c
+++ b/image.c
@@ -414,8 +414,6 @@ void img_render(img_t *img) {
imlib_context_set_drawable(win->pm);
imlib_render_image_part_on_drawable_at_size(sx, sy, sw, sh, dx, dy, dw, dh);
- win_draw(win);
-
img->dirty = false;
}