X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fspotlight.c;h=b98d54b68fcb2901946ac714db624d9c5d673e11;hp=2616b849a9662c0561607849bb78f8379fe85fcf;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hpb=bc7b7a8eb122206d239ec0e693676bcce31be1aa diff --git a/hacks/spotlight.c b/hacks/spotlight.c index 2616b849..b98d54b6 100644 --- a/hacks/spotlight.c +++ b/hacks/spotlight.c @@ -8,7 +8,7 @@ /* modified from a module from the xscreensaver distribution */ /* - * xscreensaver, Copyright (c) 1992, 1993, 1994, 1996, 1997, 1998 + * xscreensaver, Copyright (c) 1992, 1993, 1994, 1996, 1997, 1998, 2005 * Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its @@ -115,7 +115,7 @@ init_hack (Display *dpy, Window window) /* grab screen to pixmap */ pm = XCreatePixmap(dpy, window, sizex, sizey, xgwa.depth); - load_random_image (xgwa.screen, window, pm, NULL); + load_random_image (xgwa.screen, window, pm, NULL, NULL); XClearWindow(dpy, window); XFlush (dpy);