X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fxteevee.c;h=11d1c03649ae2e1fef7c0a3d6475bbf765abd357;hp=a1d6932f43f7ada3fa3aebd4d4d4d3bf302e9ed7;hb=96a411663168b0ba5432b407a83be55f3df0c802;hpb=bbd0773f2adde4927a6196361d4061e70bf48cd9 diff --git a/hacks/xteevee.c b/hacks/xteevee.c index a1d6932f..11d1c036 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); x_GcVal.subwindow_mode = IncludeInferiors; x_Gc = XCreateGC(x_Disp,x_Win,GCSubwindowMode,&x_GcVal);