summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Esetroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Esetroot.c b/utils/Esetroot.c
index f22914b..2a400c8 100644
--- a/utils/Esetroot.c
+++ b/utils/Esetroot.c
@@ -215,7 +215,7 @@ main(int argc, char *argv[])
imlib_context_set_dither(1);
imlib_context_set_blend(0);
imlib_context_set_drawable(Xroot);
- imlib_render_pixmaps_for_whole_image_at_size(&temp_pmap, &m, 0, w, h);
+ imlib_render_pixmaps_for_whole_image_at_size(&temp_pmap, &m, w, h);
if (debug) {
fprintf(stderr, "%s:%d: Rendered at %dx%d onto pixmap 0x%08x\n", __FILE__, __LINE__, w, h, (unsigned int) temp_pmap);
}