2007-09-06 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-stage.c: Remove stray include <gdk-pixbuf-xlib.h>
	in ClutterStage: the code requesting it was moved in the backends.
This commit is contained in:
Emmanuele Bassi 2007-09-06 10:37:24 +00:00
parent b60c049e54
commit f2e1d852bb
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-09-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.c: Remove stray include <gdk-pixbuf-xlib.h>
in ClutterStage: the code requesting it was moved in the backends.
2007-08-31 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-rectangle.c: Fix the border drawing: do not

View File

@ -46,8 +46,6 @@
#include "cogl.h"
#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h>
G_DEFINE_ABSTRACT_TYPE (ClutterStage, clutter_stage, CLUTTER_TYPE_GROUP);
#define CLUTTER_STAGE_GET_PRIVATE(obj) \