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,18 +1,24 @@
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):
Fix name of parent class variable which otherwise breaks the
build.
2008-05-16 Neil Roberts <neil@o-hand.com>
Use the Mesa headers instead of depending on GLee for Win32
builds.
* configure.ac: No longer check for GLee
* clutter/cogl/gl/cogl-defines.h.in: Don't bother including GLee.h
* build/mingw/mingw-cross-compile.sh: No longer downloads libGLee
but downloads the Mesa library instead and installs the headers
from that. Fixed the libpng version.

View File

@ -27,7 +27,7 @@
* SECTION:clutter-glx
* @short_description: GLX specific API
*
* The GLX backend for Clutter provides some specific API for GLX
* The GLX backend for Clutter provides some specific API for GLX
* related calls.
*
* The ClutterGLX API is available since Clutter 0.4
@ -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