X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fxteevee.c;h=5038f7d2e0c582da0be60e4c8d4d1552f1546caa;hb=ccb7f4903325f92555a9722bba74b58346654ba0;hp=a1d6932f43f7ada3fa3aebd4d4d4d3bf302e9ed7;hpb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;p=xscreensaver diff --git a/hacks/xteevee.c b/hacks/xteevee.c index a1d6932f..5038f7d2 100644 --- a/hacks/xteevee.c +++ b/hacks/xteevee.c @@ -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, NULL); x_GcVal.subwindow_mode = IncludeInferiors; x_Gc = XCreateGC(x_Disp,x_Win,GCSubwindowMode,&x_GcVal);