~ps-jenkins/compiz/latestsnapshot-10.9.9daily13.06.1913.04-0ubuntu1

« back to all changes in this revision

Viewing changes to src/window.cpp

  • Committer: MC Return
  • Date: 2012-12-01 17:07:09 UTC
  • mto: This revision was merged to the branch mainline in revision 3503.
  • Revision ID: mc.return@gmx.net-20121201170709-9us3w77m7b0cr4vu
Simplified declaration of int i by moving it into the for loop, where i is eventually used

Show diffs side-by-side

added added

removed removed

Lines of Context:
4307
4307
    int x2 = x1 + screen->workArea ().width () + screen->vpSize ().width () *
4308
4308
         screen->width ();
4309
4309
    int y2 = y1 + screen->workArea ().height () + screen->vpSize ().height () *
4310
 
             screen->height ();
 
4310
         screen->height ();
4311
4311
 
4312
4312
    int dx = 0;
4313
4313
    int width = serverGeometry.widthIncBorders ();