2008-07-11 Tomas Frydrych <tf@openedhand.com>

* clutter/clutter-fixed.c:
	    Move G_IMPLEMENT_INLINES before all other #include statements (bug
	    #1038).
This commit is contained in:
Tomas Frydrych 2008-07-11 10:36:07 +00:00
parent 9b4daec78b
commit 5f8dc01de3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-07-11 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.c:
Move G_IMPLEMENT_INLINES before all other #include statements (bug
#1038).
2008-07-11 Tomas Frydrych <tf@openedhand.com> 2008-07-11 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.c: * clutter/clutter-fixed.c:

View File

@ -23,6 +23,8 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#define G_IMPLEMENT_INLINES
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
@ -30,7 +32,6 @@
#include <glib-object.h> #include <glib-object.h>
#include <gobject/gvaluecollector.h> #include <gobject/gvaluecollector.h>
#define G_IMPLEMENT_INLINES
#include "clutter-fixed.h" #include "clutter-fixed.h"
#include "clutter-private.h" #include "clutter-private.h"