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)
This commit is contained in:
Matthew Allum 2007-09-27 22:20:30 +00:00
parent cf48841f2b
commit ff81b9fcd2
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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.

View 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"

View 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"