summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-04-25 18:33:08 +0000
committerMichael Jennings <mej@kainx.org>2000-04-25 18:33:08 +0000
commit3c8fa7809dbe6d6e6434b6e8d086031521658c15 (patch)
treea09ccf3ee934f4376ad0a9892cd4432dbb5e021c /utils
parentb3f1428d23814d9dac9544d2c2e9033074c3b8be (diff)
downloadeterm-3c8fa7809dbe6d6e6434b6e8d086031521658c15.tar.gz
Tue Apr 25 11:45:15 PDT 2000 Michael Jennings <mej@eterm.org>
Updated per changes to Imlib2 API. SVN revision: 2536
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);
}