Merge lp://qastaging/~smspillaz/compiz-animation-plugin/compiz-animation-plugin.fix_976469 into lp://qastaging/compiz-animation-plugin
Proposed by
Sam Spilsbury
Status: | Merged |
---|---|
Merged at revision: | 396 |
Proposed branch: | lp://qastaging/~smspillaz/compiz-animation-plugin/compiz-animation-plugin.fix_976469 |
Merge into: | lp://qastaging/compiz-animation-plugin |
Diff against target: |
181 lines (+19/-8) 8 files modified
include/animation/animeffect.h (+2/-0) include/animation/fade.h (+1/-0) include/animation/grid.h (+2/-0) include/animation/gridtransform.h (+1/-0) include/animation/transform.h (+1/-0) include/animation/zoom.h (+2/-0) src/animation.cpp (+3/-8) src/private.h (+7/-0) |
To merge this branch: | bzr merge lp://qastaging/~smspillaz/compiz-animation-plugin/compiz-animation-plugin.fix_976469 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel van Vugt | Approve | ||
Review via email: mp+101334@code.qastaging.launchpad.net |
This proposal supersedes a proposal from 2012-04-08.
Description of the change
== Problem ==
The animation plugin was setting PAINT_WINDOW_
== Solution ==
Added a vfunc to determine whether or not we actually need to do that
Fixes LP#976469
To post a comment you must log in.
First observation: requiresTransfo rmedWindow( ) should be const.