http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / xteevee.c
index 11d1c03649ae2e1fef7c0a3d6475bbf765abd357..5038f7d2e0c582da0be60e4c8d4d1552f1546caa 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, NULL);
+        load_random_image (x_WinAttr.screen, x_Win, x_Win, NULL, NULL);
 
        x_GcVal.subwindow_mode = IncludeInferiors;
        x_Gc = XCreateGC(x_Disp,x_Win,GCSubwindowMode,&x_GcVal);