mirror of
https://github.com/brl/mutter.git
synced 2025-05-07 07:34:56 +00:00
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:
parent
fbc68f2d26
commit
460b05bd83
14
ChangeLog
14
ChangeLog
@ -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>
|
2008-05-16 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
* clutter/eglx/clutter-stage-egl.c (clutter_stage_egl_realize):
|
* clutter/eglx/clutter-stage-egl.c (clutter_stage_egl_realize):
|
||||||
Fix name of parent class variable which otherwise breaks the
|
Fix name of parent class variable which otherwise breaks the
|
||||||
build.
|
build.
|
||||||
|
|
||||||
2008-05-16 Neil Roberts <neil@o-hand.com>
|
2008-05-16 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
Use the Mesa headers instead of depending on GLee for Win32
|
Use the Mesa headers instead of depending on GLee for Win32
|
||||||
builds.
|
builds.
|
||||||
|
|
||||||
* configure.ac: No longer check for GLee
|
* configure.ac: No longer check for GLee
|
||||||
|
|
||||||
* clutter/cogl/gl/cogl-defines.h.in: Don't bother including GLee.h
|
* clutter/cogl/gl/cogl-defines.h.in: Don't bother including GLee.h
|
||||||
|
|
||||||
* build/mingw/mingw-cross-compile.sh: No longer downloads libGLee
|
* build/mingw/mingw-cross-compile.sh: No longer downloads libGLee
|
||||||
but downloads the Mesa library instead and installs the headers
|
but downloads the Mesa library instead and installs the headers
|
||||||
from that. Fixed the libpng version.
|
from that. Fixed the libpng version.
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* SECTION:clutter-glx
|
* SECTION:clutter-glx
|
||||||
* @short_description: GLX specific API
|
* @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.
|
* related calls.
|
||||||
*
|
*
|
||||||
* The ClutterGLX API is available since Clutter 0.4
|
* The ClutterGLX API is available since Clutter 0.4
|
||||||
@ -41,6 +41,7 @@
|
|||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <clutter/clutter-stage.h>
|
#include <clutter/clutter-stage.h>
|
||||||
|
#include <clutter/glx/clutter-glx-texture-pixmap.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <clutter/clutter-stage.h>
|
#include <clutter/clutter-stage.h>
|
||||||
|
#include <clutter/x11/clutter-x11-texture-pixmap.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user