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

« back to all changes in this revision

Viewing changes to src/private.h

  • Committer: Jay Catherwood
  • Date: 2010-08-14 18:33:56 UTC
  • Revision ID: git-v1:8f8893fecf8e1818b11be5ab960c07d90d60277d
Correct number of animations

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
extern AnimEffect AnimEffectWave;
90
90
extern AnimEffect AnimEffectZoom;
91
91
 
92
 
#define NUM_EFFECTS 17
 
92
#define NUM_EFFECTS 16
93
93
 
94
94
extern int customOptionOptionIds[AnimEventNum];
95
95