~ubuntu-branches/ubuntu/karmic/xscreensaver/karmic

« back to all changes in this revision

Viewing changes to hacks/glx/sphere.c

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2006-07-29 23:00:43 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20060729230043-3ergkicskbntet5n
Tags: 4.24-5
remove /usr/doc/xscreensaver link to finish /usr/doc ->
/usr/share/doc transition (closes: #380394)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  int i,j;
30
30
  double theta1, theta2, theta3;
31
31
  XYZ e, p;
32
 
  XYZ la, lb;
 
32
  XYZ la = { 0, 0, 0 }, lb = { 0, 0, 0 };
33
33
  XYZ c = {0, 0, 0};  /* center */
34
34
  double r = 1.0;     /* radius */
35
35
  int stacks2 = stacks * 2;