EGL: Include cogl-egl.h for prototypes
Looks like we need to include this directly, but also need to include cogl/cogl.h to get COGL_HAS_EGL_SUPPORT, since cogl-egl.h doesn't include cogl-defines.h first. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
13d889814c
commit
a158d66abb
@ -27,6 +27,8 @@
|
|||||||
#define __CLUTTER_BACKEND_EGL_NATIVE_H__
|
#define __CLUTTER_BACKEND_EGL_NATIVE_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
#include <cogl/cogl.h>
|
||||||
|
#include <cogl/cogl-egl.h>
|
||||||
#include <clutter/clutter-event.h>
|
#include <clutter/clutter-event.h>
|
||||||
#include <clutter/clutter-backend.h>
|
#include <clutter/clutter-backend.h>
|
||||||
#include <clutter/clutter-device-manager.h>
|
#include <clutter/clutter-device-manager.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user