~ubuntu-branches/ubuntu/jaunty/compiz-fusion-plugins-main/jaunty

« back to all changes in this revision

Viewing changes to src/shift/shift.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-08-07 17:10:56 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20080807171056-z1t8i8hxku2x2rxk
Tags: 0.7.7+git20080807-0ubuntu1
* new git snapshot
* build-depend on compiz-fusion-bcop instead of compiz-bcop

Show diffs side-by-side

added added

removed removed

Lines of Context:
659
659
                    CompTransform  wTransform = *transform;
660
660
 
661
661
                    if (!w->texture->pixmap)
662
 
                    {
663
 
                        /* the fade plugin does weird things to
664
 
                           w->paint.opacity, so better use the atom value */
665
 
                        sAttrib.opacity = w->opacity;
666
 
                    }
 
662
                        sAttrib.opacity = w->paint.opacity;
667
663
 
668
664
                    initFragmentAttrib (&fragment, attrib);
669
665