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:
parent
6997c45f84
commit
222b012014
2 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue