diff --git a/ChangeLog b/ChangeLog index 45542903a..2c979f32e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,24 @@ +2008-05-19 Tomas Frydrych + + * clutter/x11/clutter-x11.h: + * clutter/glx/clutter-glx.h: + Include texture pixmap headers. + 2008-05-16 Neil Roberts * 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 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. diff --git a/clutter/glx/clutter-glx.h b/clutter/glx/clutter-glx.h index f31436e00..e07b0b610 100644 --- a/clutter/glx/clutter-glx.h +++ b/clutter/glx/clutter-glx.h @@ -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 #include #include +#include G_BEGIN_DECLS diff --git a/clutter/x11/clutter-x11.h b/clutter/x11/clutter-x11.h index 557529434..bb0a82324 100644 --- a/clutter/x11/clutter-x11.h +++ b/clutter/x11/clutter-x11.h @@ -42,6 +42,7 @@ #include #include #include +#include G_BEGIN_DECLS