X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fjigsaw.c;h=9d7506db5de793d749d7c95cc3c93928127d6e53;hp=6c28205f508f841229a2b300704179e4a42b1adc;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hpb=bc7b7a8eb122206d239ec0e693676bcce31be1aa diff --git a/hacks/jigsaw.c b/hacks/jigsaw.c index 6c28205f..9d7506db 100644 --- a/hacks/jigsaw.c +++ b/hacks/jigsaw.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1997, 1998, 2001, 2003 +/* xscreensaver, Copyright (c) 1997, 1998, 2001, 2003, 2005 * Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its @@ -150,7 +150,7 @@ read_screen (Display *dpy, Window window, int *widthP, int *heightP) p = XCreatePixmap(dpy, window, *widthP, *heightP, xgwa.depth); XClearWindow(dpy, window); - load_random_image (xgwa.screen, window, p, NULL); + load_random_image (xgwa.screen, window, p, NULL, NULL); XClearWindow(dpy, window); return p;