X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fxteevee.c;h=5038f7d2e0c582da0be60e4c8d4d1552f1546caa;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hp=11d1c03649ae2e1fef7c0a3d6475bbf765abd357;hpb=96a411663168b0ba5432b407a83be55f3df0c802;p=xscreensaver diff --git a/hacks/xteevee.c b/hacks/xteevee.c index 11d1c036..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, 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);