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:
parent
cf48841f2b
commit
ff81b9fcd2
@ -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>
|
2007-09-27 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
Merge from stable.
|
Merge from stable.
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
* #ClutterCloneTexture allows the cloning of existing #ClutterTexture based
|
* #ClutterCloneTexture allows the cloning of existing #ClutterTexture based
|
||||||
* actors whilst saving underlying graphics resources.
|
* actors whilst saving underlying graphics resources.
|
||||||
*/
|
*/
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include "clutter-clone-texture.h"
|
#include "clutter-clone-texture.h"
|
||||||
#include "clutter-main.h"
|
#include "clutter-main.h"
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
*
|
*
|
||||||
* #ClutterRectangle is an Actor which draws simple filled rectangles.
|
* #ClutterRectangle is an Actor which draws simple filled rectangles.
|
||||||
*/
|
*/
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include "clutter-rectangle.h"
|
#include "clutter-rectangle.h"
|
||||||
#include "clutter-main.h"
|
#include "clutter-main.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user