~hikiko/compiz/compiz.shared-transform-ezoom

« back to all changes in this revision

Viewing changes to plugins/td/src/3d.cpp

  • Committer: Eleni Maria Stea
  • Date: 2015-05-12 06:33:47 UTC
  • mfrom: (3947.1.3 compiz)
  • Revision ID: elenimaria.stea@canonical.com-20150512063347-eqgmtkv1yzkoawsd
localĀ mergeĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
454
454
 
455
455
                glLoadMatrixf (mTransform.getMatrix ());
456
456
 
 
457
                GL::shaders = false;
457
458
                tdw->gWindow->glPaint (tdw->gWindow->paintAttrib (), mTransform,
458
459
                                  infiniteRegion, newMask);
 
460
                GL::shaders = true;
459
461
 
460
462
                gScreen->glDisableOutputClipping ();
461
463