~ubuntu-branches/ubuntu/natty/xscreensaver/natty

« back to all changes in this revision

Viewing changes to hacks/anemone.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-17 15:40:52 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20101117154052-fin32epr9elnkv0s
Tags: upstream-5.12
ImportĀ upstreamĀ versionĀ 5.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    st->aCurr->growth = st->finpoints / 2 + RND(st->finpoints / 2);
153
153
    st->aCurr->rate = RND(11) * RND(11);
154
154
 
155
 
    dist = 1.;
156
 
 
157
155
    do {
158
156
      x = (1 - RND(1001) / 500);
159
157
      y = (1 - RND(1001) / 500);