mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
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:
parent
b60c049e54
commit
f2e1d852bb
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user