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

* clutter/clutter-fixed.c:
	    Changed #define G_IMPLEMENTS_INLINES to G_IMPLEMENT_INLINES (bug
	    #1038).
This commit is contained in:
Tomas Frydrych 2008-07-11 10:12:05 +00:00
parent 1e57f38c4f
commit 9b4daec78b
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2008-07-11 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.c:
Changed #define G_IMPLEMENTS_INLINES to G_IMPLEMENT_INLINES (bug
#1038).
2008-07-10 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Post release bump to 0.3.1.

View File

@ -30,7 +30,7 @@
#include <glib-object.h>
#include <gobject/gvaluecollector.h>
#define G_IMPLEMENTS_INLINES
#define G_IMPLEMENT_INLINES
#include "clutter-fixed.h"
#include "clutter-private.h"