From 3c8fa7809dbe6d6e6434b6e8d086031521658c15 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 25 Apr 2000 18:33:08 +0000 Subject: Tue Apr 25 11:45:15 PDT 2000 Michael Jennings Updated per changes to Imlib2 API. SVN revision: 2536 --- utils/Esetroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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); } -- cgit v1.2.1