~ubuntu-branches/ubuntu/raring/xscreensaver/raring

« back to all changes in this revision

Viewing changes to hacks/glx/glblur.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-17 15:40:52 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117154052-w4ou7vty38gpp1r3
Tags: 5.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
  GLfloat inc = 0.02 * (25.0 / times);
279
279
 
280
280
  GLfloat spost = 0;                /* starting texture coordinate offset */
281
 
  GLfloat alpha_inc = 0.9 / times;  /* transparency fade factor */
 
281
  GLfloat alpha_inc;                /* transparency fade factor */
282
282
  GLfloat alpha = 0.2;              /* initial transparency */
283
283
 
284
284
  glDisable (GL_TEXTURE_GEN_S);