~compiz-team/compiz-animation-plugin/oneiric

« back to all changes in this revision

Viewing changes to include/animation/gridtransform.h

  • Committer: Jay Catherwood
  • Date: 2010-08-11 17:29:34 UTC
  • mfrom: (360.1.3)
  • Revision ID: git-v1:e9cd23298aa13192825a758ba620871efd66d3fd
Merge branch 'master' of git://anongit.compiz.org/compiz/plugins/animation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "animation.h"
 
2
class GridTransformAnim :
 
3
public GridAnim,
 
4
virtual public TransformAnim
 
5
{
 
6
public:
 
7
    GridTransformAnim (CompWindow *w,
 
8
                       WindowEvent curWindowEvent,
 
9
                       float duration,
 
10
                       const AnimEffect info,
 
11
                       const CompRect &icon);
 
12
protected:
 
13
    void init ();
 
14
    void updateTransform (GLMatrix &wTransform);
 
15
    void updateBB (CompOutput &output);
 
16
    bool updateBBUsed () { return true; }
 
17
    
 
18
    bool mUsingTransform; ///< whether transform matrix is used (default: true)
 
19
};
 
 
b'\\ No newline at end of file'