~mc-return/compiz/compiz.merge-src-header-files-cleanup

« back to all changes in this revision

Viewing changes to plugins/animation/src/animation.cpp

  • Committer: MC Return
  • Date: 2013-06-20 05:56:13 UTC
  • mfrom: (3724.2.16 0.9.10)
  • Revision ID: mc.return@gmx.net-20130620055613-8dp00nmw2jpm3ptu
Merged latest lp:compiz and fixed conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
using namespace compiz::core;
95
95
 
96
96
class AnimPluginVTable :
97
 
    public CompPlugin::VTableForScreenAndWindow<AnimScreen, AnimWindow>
 
97
    public CompPlugin::VTableForScreenAndWindow<AnimScreen, AnimWindow, ANIMATION_ABI>
98
98
{
99
99
public:
100
100
    bool init ();