X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flament.c;h=fecf80982457d88df0b0b3d26a2d3ee8b05e7365;hp=bb6f219987796f0738ceab351da653df896280b7;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9 diff --git a/hacks/glx/lament.c b/hacks/glx/lament.c index bb6f2199..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,12 +93,12 @@ 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[] = { - {(caddr_t *) &do_texture, "texture", "Texture", DEF_TEXTURE, t_Bool}, + {&do_texture, "texture", "Texture", DEF_TEXTURE, t_Bool}, }; ModeSpecOpt lament_opts = {countof(opts), opts, countof(vars), vars, NULL};