2007-09-27 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Thu, 27 Sep 2007 22:20:30 +0000 (22:20 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 27 Sep 2007 22:20:30 +0000 (22:20 +0000)
        * clutter/clutter-clone-texture.c:
        * clutter/clutter-rectangle.c:
        Include config.h in all c files (#524, Tommi Komulainen)

ChangeLog
clutter/clutter-clone-texture.c
clutter/clutter-rectangle.c

index 4ebe75f..27b0e7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-09-27  Matthew Allum  <mallum@openedhand.com>
 
+       * clutter/clutter-clone-texture.c:
+       * clutter/clutter-rectangle.c:
+       Include "config.h" in all c files (#524, Tommi Komulainen)
+
+2007-09-27  Matthew Allum  <mallum@openedhand.com>
+
        Merge from stable.     
 
         * clutter/clutter-behaviour-path.c: (path_alpha_to_position)
index 9c0cce1..ebf0390 100644 (file)
@@ -31,6 +31,7 @@
  * #ClutterCloneTexture allows the cloning of existing #ClutterTexture based
  * actors whilst saving underlying graphics resources.
  */
+#include "config.h"
 
 #include "clutter-clone-texture.h"
 #include "clutter-main.h"
index c07f8e5..c31ed36 100644 (file)
@@ -29,6 +29,7 @@
  *
  * #ClutterRectangle is an Actor which draws simple filled rectangles.
  */
+#include "config.h"
 
 #include "clutter-rectangle.h"
 #include "clutter-main.h"