http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / xteevee.c
index a1d6932f43f7ada3fa3aebd4d4d4d3bf302e9ed7..11d1c03649ae2e1fef7c0a3d6475bbf765abd357 100644 (file)
@@ -364,7 +364,7 @@ void screenhack(Display* x_Disp,Window x_Win)
 
        /* Grab the screen to give us time to do whatever we want */
        XGetWindowAttributes(x_Disp,x_Win,&x_WinAttr);
-        load_random_image (x_WinAttr.screen, x_Win, x_Win);
+        load_random_image (x_WinAttr.screen, x_Win, x_Win, NULL);
 
        x_GcVal.subwindow_mode = IncludeInferiors;
        x_Gc = XCreateGC(x_Disp,x_Win,GCSubwindowMode,&x_GcVal);