diff --git a/ChangeLog b/ChangeLog index d074fc309..41075148b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-11 Tomas Frydrych + + * clutter/clutter-fixed.c: + Move G_IMPLEMENT_INLINES before all other #include statements (bug + #1038). + 2008-07-11 Tomas Frydrych * clutter/clutter-fixed.c: diff --git a/clutter/clutter-fixed.c b/clutter/clutter-fixed.c index 107fa6eee..93beaaaba 100644 --- a/clutter/clutter-fixed.c +++ b/clutter/clutter-fixed.c @@ -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_IMPLEMENT_INLINES #include "clutter-fixed.h" #include "clutter-private.h"