~cyphermox/ubuntu/precise/xscreensaver/merge-5.15-2

« back to all changes in this revision

Viewing changes to hacks/glx/sierpinski3d.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-12-21 15:57:35 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: mathieu@canonical.com-20111221155735-m43kxy7824n1p36y
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
      glNewList (gp->gasket2, GL_COMPILE); compile_gasket (mi, 2); glEndList();
373
373
      glNewList (gp->gasket3, GL_COMPILE); compile_gasket (mi, 3); glEndList();
374
374
 
 
375
      mi->recursion_depth = (gp->current_depth > 0
 
376
                             ? gp->current_depth
 
377
                             : -gp->current_depth);
375
378
    }
376
379
}
377
380