X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fripples.c;h=0b6dc273064ab03cdb2e8dded9ae440329e65701;hp=d90cea5cbfd6728e808493d203c011087f335860;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hpb=bc7b7a8eb122206d239ec0e693676bcce31be1aa diff --git a/hacks/ripples.c b/hacks/ripples.c index d90cea5c..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, NULL); + load_random_image (xwa.screen, window, window, NULL, NULL); orig_map = XGetImage(display, window, 0, 0, xwa.width, xwa.height, ~0L, ZPixmap);