mirror of
https://github.com/brl/mutter.git
synced 2024-12-28 22:02:14 +00:00
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:
parent
0e391f1194
commit
ef26dc078e
5
cogl.h
5
cogl.h
@ -43,7 +43,10 @@
|
|||||||
#define __COGL_H__
|
#define __COGL_H__
|
||||||
|
|
||||||
#include <glib.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"
|
#include "cogl-defines.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user