diff -up clutter-0.8.0/clutter/clutter-fixed.c.orig clutter-0.8.0/clutter/clutter-fixed.c --- clutter-0.8.0/clutter/clutter-fixed.c.orig 2008-09-06 16:37:07.000000000 -0300 +++ clutter-0.8.0/clutter/clutter-fixed.c 2008-09-06 16:37:27.000000000 -0300 @@ -23,6 +23,8 @@ * Boston, MA 02111-1307, USA. */ +#define G_IMPLEMENT_INLINES + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -30,7 +32,6 @@ #include #include -#define G_IMPLEMENTS_INLINES #include "clutter-fixed.h" #include "clutter-private.h" diff -up clutter-0.8.0/clutter/clutter-fixed.h.orig clutter-0.8.0/clutter/clutter-fixed.h