X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fhelix.c;h=c2d81fa22dfd6785931160d3c8e03ed688e12135;hb=3210e7e80ee2b5a7d2049a5aaff9f17b9c93dcc9;hp=95ddb410492393dc629c562616f093b498af06d4;hpb=5b7bc6e70fb439cf4c4bf771ae9f94077fe4fe08;p=xscreensaver diff --git a/hacks/helix.c b/hacks/helix.c index 95ddb410..c2d81fa2 100644 --- a/hacks/helix.c +++ b/hacks/helix.c @@ -1,5 +1,5 @@ /* xscreensaver, Copyright (c) 1992, 1995, 1996, 1997 - * Jamie Zawinski + * 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 @@ -282,17 +282,13 @@ random_helix_or_trig (Display *dpy, Window window) char *progclass = "Helix"; char *defaults [] = { - "Helix.background: black", /* to placate SGI */ + ".background: black", "*delay: 5", - "*eraseSpeed: 400", - "*eraseMode: -1", 0 }; XrmOptionDescRec options [] = { { "-delay", ".delay", XrmoptionSepArg, 0 }, - { "-erase-speed", ".eraseSpeed", XrmoptionSepArg, 0 }, - { "-erase-mode", ".eraseMode", XrmoptionSepArg, 0 }, { 0 }, }; int options_size = (sizeof (options) / sizeof (options[0]));