From 5f8dc01de3fab4470d4756316df170815ae7985e Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Fri, 11 Jul 2008 10:36:07 +0000 Subject: [PATCH] 2008-07-11 Tomas Frydrych * clutter/clutter-fixed.c: Move G_IMPLEMENT_INLINES before all other #include statements (bug #1038). --- ChangeLog | 6 ++++++ clutter/clutter-fixed.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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"