X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fzoom.c;h=bee4176f2491f3f1f799a34417cbbc84f96d5cc7;hp=4b35797d300094a78693d0f23e4016e4d5b46773;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/zoom.c b/hacks/zoom.c index 4b35797d..bee4176f 100644 --- a/hacks/zoom.c +++ b/hacks/zoom.c @@ -237,10 +237,11 @@ static const char *zoom_defaults[] = { "*dontClearRoot: True", ".foreground: white", ".background: #111111", + "*fpsSolid: true", #ifdef __sgi /* really, HAVE_READ_DISPLAY_EXTENSION */ "*visualID: Best", #endif - "*lenses: false", + "*lenses: true", "*delay: 10000", "*duration: 120", "*pixwidth: 10", @@ -254,6 +255,7 @@ static const char *zoom_defaults[] = { static XrmOptionDescRec zoom_options[] = { { "-lenses", ".lenses", XrmoptionNoArg, "true" }, + { "-no-lenses", ".lenses", XrmoptionNoArg, "false" }, { "-delay", ".delay", XrmoptionSepArg, 0 }, { "-duration", ".duration", XrmoptionSepArg, 0 }, { "-pixwidth", ".pixwidth", XrmoptionSepArg, 0 },