X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fdistort.c;h=919aa4bd83219f88daab240017cfc0ea85c3f207;hp=54a12fa9d3e6623a10ff7bf91f914f31b47c4605;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hpb=bc7b7a8eb122206d239ec0e693676bcce31be1aa diff --git a/hacks/distort.c b/hacks/distort.c index 54a12fa9..919aa4bd 100644 --- a/hacks/distort.c +++ b/hacks/distort.c @@ -1,6 +1,5 @@ /* -*- mode: C; tab-width: 4 -*- - * xscreensaver, Copyright (c) 1992, 1993, 1994, 1996, 1997, 1998, 2002, 2003 - * Jamie Zawinski + * xscreensaver, Copyright (c) 1992-2005 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -248,7 +247,7 @@ static void init_distort(Display *dpy, Window window) gcflags |= GCSubwindowMode; gc = XCreateGC (dpy, window, gcflags, &gcv); - load_random_image (xgwa.screen, window, window, NULL); + load_random_image (xgwa.screen, window, window, NULL, NULL); buffer_map = 0; orig_map = XGetImage(dpy, window, 0, 0, xgwa.width, xgwa.height, @@ -709,7 +708,7 @@ char *defaults [] = { "*visualID: Best", #endif - "*delay: 1000", + "*delay: 20000", "*radius: 0", "*speed: 0", "*number: 0",