X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fripples.c;h=0b6dc273064ab03cdb2e8dded9ae440329e65701;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hp=323f1c1c34a2b51dd3996941f7ce7421c2d01bd8;hpb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;p=xscreensaver diff --git a/hacks/ripples.c b/hacks/ripples.c index 323f1c1c..0b6dc273 100644 --- a/hacks/ripples.c +++ b/hacks/ripples.c @@ -466,7 +466,7 @@ setup_X(Display * disp, Window win) gc = XCreateGC(display, window, gcflags, &gcv); - load_random_image (xwa.screen, window, window); + load_random_image (xwa.screen, window, window, NULL, NULL); orig_map = XGetImage(display, window, 0, 0, xwa.width, xwa.height, ~0L, ZPixmap);