X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fjigsaw.c;h=9d7506db5de793d749d7c95cc3c93928127d6e53;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hp=ca52f59d8870f0e77181e835274dbcfa1263cb62;hpb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;p=xscreensaver diff --git a/hacks/jigsaw.c b/hacks/jigsaw.c index ca52f59d..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); + load_random_image (xgwa.screen, window, p, NULL, NULL); XClearWindow(dpy, window); return p;