X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flament.c;h=fecf80982457d88df0b0b3d26a2d3ee8b05e7365;hp=ffc3c7886ae42c57a71bd0da2ad126ba4911e5d6;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38 diff --git a/hacks/glx/lament.c b/hacks/glx/lament.c index ffc3c788..fecf8098 100644 --- a/hacks/glx/lament.c +++ b/hacks/glx/lament.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1998 Jamie Zawinski +/* xscreensaver, Copyright (c) 1998-2004 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 @@ -78,7 +78,7 @@ #define HACK_HANDLE_EVENT lament_handle_event #define EVENT_MASK PointerMotionMask #define lament_opts xlockmore_opts -#define DEFAULTS "*delay: 10000 \n" \ +#define DEFAULTS "*delay: 20000 \n" \ "*showFPS: False \n" \ "*wireframe: False \n" \ "*texture: True \n" @@ -93,8 +93,8 @@ static int do_texture; static XrmOptionDescRec opts[] = { - {"-texture", ".lament.texture", XrmoptionNoArg, (caddr_t) "true" }, - {"+texture", ".lament.texture", XrmoptionNoArg, (caddr_t) "false" }, + {"-texture", ".lament.texture", XrmoptionNoArg, "true" }, + {"+texture", ".lament.texture", XrmoptionNoArg, "false" }, }; static argtype vars[] = {