mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
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:
parent
9b4daec78b
commit
5f8dc01de3
@ -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:
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user