2007-11-08 Rob Bradford <rob@openedhand.com>

* clutter/glx/clutter-glx.h:
	Include <X11/Xutil.h> needed for the definition of XVisualInfo.
This commit is contained in:
Robert Bradford 2007-11-08 21:36:14 +00:00
parent 6997c45f84
commit 222b012014
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-11-08 Rob Bradford <rob@openedhand.com>
* clutter/glx/clutter-glx.h:
Include <X11/Xutil.h> needed for the definition of XVisualInfo.
2007-11-08 Rob Bradford <rob@openedhand.com>
* clutter/cogl/gles/cogl.c: (cogl_color):

View File

@ -40,6 +40,7 @@
#include <glib.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <clutter/clutter-stage.h>
G_BEGIN_DECLS