X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fslidescreen.c;h=ff5a29603097fec4669fe722d9888c7d9afb5a8d;hp=78a30843fbb3485525402a6435811a02bbd0d427;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hpb=bc7b7a8eb122206d239ec0e693676bcce31be1aa diff --git a/hacks/slidescreen.c b/hacks/slidescreen.c index 78a30843..ff5a2960 100644 --- a/hacks/slidescreen.c +++ b/hacks/slidescreen.c @@ -1,5 +1,4 @@ -/* xscreensaver, Copyright (c) 1992, 1993, 1994, 1996, 1997, 1998, 2001, 2003 - * Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2005 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -36,7 +35,7 @@ init_slide (Display *dpy, Window window) Visual *visual; XGetWindowAttributes (dpy, window, &xgwa); - load_random_image (xgwa.screen, window, window, NULL); + load_random_image (xgwa.screen, window, window, NULL, NULL); cmap = xgwa.colormap; visual = xgwa.visual; max_width = xgwa.width;