~ubuntu-branches/ubuntu/intrepid/compiz-fusion-plugins-main/intrepid-proposed

« back to all changes in this revision

Viewing changes to src/animation/burn.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 12:20:58 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618122058-wuc1dyjrso5unho3
Tags: 0.7.7+git20080618-0ubuntu1
New git snpashot

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
            rect.height = WIN_H(w) - (new * WIN_H(w));
350
350
            break;
351
351
        }
 
352
        rect.x += WIN_X(w);
 
353
        rect.y += WIN_Y(w);
352
354
        XUnionRectWithRegion(&rect, &emptyRegion, aw->drawRegion);
353
355
    }
354
356
    else