Fix missing/redundant declarations

This commit is contained in:
Emmanuele Bassi
2012-03-07 12:34:06 +00:00
parent 266ea8a3d9
commit 2567049ce3
21 changed files with 57 additions and 24 deletions

View File

@ -54,6 +54,8 @@
#include "clutter-debug.h"
#include "clutter-private.h"
#include "deprecated/clutter-animatable.h"
typedef ClutterAnimatableIface ClutterAnimatableInterface;
G_DEFINE_INTERFACE (ClutterAnimatable, clutter_animatable, G_TYPE_OBJECT);