~mc-return/compiz/compiz0.9.9.merge-plugin-screensaver

« back to all changes in this revision

Viewing changes to plugins/opengl/src/fragment.cpp

  • Committer: MC Return
  • Date: 2012-08-11 17:17:10 UTC
  • mfrom: (3286.2.20 compiz)
  • Revision ID: mc.return@gmx.net-20120811171710-6faligyjru69ejd5
MergedĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1050
1050
 
1051
1051
            it = s->fragmentStorage ()->programs.begin ();
1052
1052
 
1053
 
            for (; it != s->fragmentStorage ()->programs.end (); it++)
 
1053
            for (; it != s->fragmentStorage ()->programs.end (); ++it)
1054
1054
            {
1055
1055
                foreach (FunctionId i, (*it)->signature)
1056
1056
                    if (i == id)