~compiz-team/compiz-animation-plugin/0.9.5

« back to all changes in this revision

Viewing changes to include/animation/animeffect.h

  • Committer: Daniel van Vugt
  • Author(s): Sam Spilsbury
  • Date: 2012-04-10 07:35:49 UTC
  • mfrom: (395.1.2 compiz-animation-plugin)
  • Revision ID: daniel.van.vugt@canonical.com-20120410073549-djqixlkdigg7zkpl
Added a flag to specify whether an animation actually needs a transformed
window. (LP: #976469)

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
        return gWindow->glPaint (attrib, transform, region, mask);
173
173
    }
174
174
 
 
175
    virtual bool requiresTransformedWindow () const { return true; }
 
176
 
175
177
    /// Gets info about the (extension) plugin that implements this animation.
176
178
    /// Should be overriden by a base animation class in every extension plugin.
177
179
    virtual ExtensionPluginInfo *getExtensionPluginInfo ();