2008-05-19 Tomas Frydrych <tf@openedhand.com>

* clutter/x11/clutter-x11.h:
	    * clutter/glx/clutter-glx.h:
	    Include texture pixmap headers.
This commit is contained in:
Tomas Frydrych 2008-05-19 12:27:26 +00:00
parent fbc68f2d26
commit 460b05bd83
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2008-05-19 Tomas Frydrych <tf@openedhand.com>
* clutter/x11/clutter-x11.h:
* clutter/glx/clutter-glx.h:
Include texture pixmap headers.
2008-05-16 Neil Roberts <neil@o-hand.com>
* clutter/eglx/clutter-stage-egl.c (clutter_stage_egl_realize):

View File

@ -41,6 +41,7 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <clutter/clutter-stage.h>
#include <clutter/glx/clutter-glx-texture-pixmap.h>
G_BEGIN_DECLS

View File

@ -42,6 +42,7 @@
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <clutter/clutter-stage.h>
#include <clutter/x11/clutter-x11-texture-pixmap.h>
G_BEGIN_DECLS