2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-group.c:
	* clutter/clutter-group.h: Add the clutter_group_add() convenience
	function; it's now "undeprecated" and implemented as a macro

	* clutter/clutter-stage.h: Add clutter_stage_add() as a convenience
	macro

	* clutter/cogl/cogl.h: Include just the needed headers instead
	of the whole clutter.h; this avoids rebuild cogl when not needed
This commit is contained in:
Emmanuele Bassi 2007-12-21 16:04:39 +00:00
parent 0e391f1194
commit ef26dc078e

5
cogl.h
View File

@ -43,7 +43,10 @@
#define __COGL_H__
#include <glib.h>
#include <clutter/clutter.h>
#include <clutter/clutter-color.h>
#include <clutter/clutter-feature.h>
#include <clutter/clutter-fixed.h>
#include <clutter/clutter-types.h>
#include "cogl-defines.h"