X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flavalite.c;h=3178113e5d2ffe94cdce5455aaa506c880a3ad9c;hp=583e40964e35cbde0fac024bdf6291ba4c51c2c5;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38 diff --git a/hacks/glx/lavalite.c b/hacks/glx/lavalite.c index 583e4096..3178113e 100644 --- a/hacks/glx/lavalite.c +++ b/hacks/glx/lavalite.c @@ -1,6 +1,6 @@ /* lavalite --- 3D Simulation a Lava Lite, written by jwz. * - * This software Copyright (c) 2002 Jamie Zawinski + * This software Copyright (c) 2002-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 @@ -93,19 +93,18 @@ extern XtAppContext app; #define DEF_BTEX "(none)" #define DEF_TTEX "(none)" -#define DEFAULTS "*delay: 10000 \n" \ +#define DEFAULTS "*delay: 30000 \n" \ "*showFPS: False \n" \ "*wireframe: False \n" \ - "*geometry: 640x640 \n" \ + "*geometry: 600x900 \n" \ "*count: " DEF_COUNT " \n" \ "*style: " DEF_STYLE " \n" \ "*speed: " DEF_SPEED " \n" \ "*spin: " DEF_SPIN "\n" \ "*wander: " DEF_WANDER "\n" \ "*resolution: " DEF_RESOLUTION "\n" \ - "*smooth: " DEF_SMOOTH "\n" \ + "*smooth: " DEF_SMOOTH "\n" \ "*impatient: " DEF_IMPATIENT " \n" \ - "*geometry: 600x900\n" \ "*lavaColor: " DEF_LCOLOR "\n" \ "*fluidColor: " DEF_FCOLOR "\n" \ "*baseColor: " DEF_BCOLOR "\n" \