~compiz-team/compiz/0.9.12

« back to all changes in this revision

Viewing changes to plugins/clone/src/clone.cpp

  • Committer: Sam Spilsbury
  • Date: 2012-08-22 10:07:45 UTC
  • mfrom: (3201.2.177 gles2)
  • mto: (3248.1.29 compiz)
  • mto: This revision was merged to the branch mainline in revision 3451.
  • Revision ID: sam.spilsbury@canonical.com-20120822100745-j5bofdehkq79wcvq
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
                         0.0f);
296
296
        sTransform.scale (zoomX, zoomY, 1.0f);
297
297
 
298
 
        glPushMatrix ();
299
 
        glLoadMatrixf (sTransform.getMatrix ());
300
 
 
301
298
        filter = gScreen->textureFilter ();
302
299
 
303
300
        if (offset == 0.0f)
325
322
        }
326
323
 
327
324
        gScreen->setTextureFilter (filter);
328
 
 
329
 
        glPopMatrix ();
330
325
    }
331
326
 
332
327
    return status;