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

« back to all changes in this revision

Viewing changes to plugins/wall/src/offset_movement/src/offset-movement.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:
45
45
 
46
46
    for (std::vector <CompRect>::const_iterator it = rects.begin ();
47
47
         it != rects.end ();
48
 
         it++)
 
48
         ++it)
49
49
    {
50
50
        const CompRect &r = *it;
51
51