[clutter/wip/cogl-winsys-egl: 17/30] egl gdl platform fix
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/cogl-winsys-egl: 17/30] egl gdl platform fix
- Date: Wed, 20 Apr 2011 12:59:30 +0000 (UTC)
commit 60e40ff42a3ac64dd86746ac5cb7238c7f10b3ca
Author: Robert Bragg <robert linux intel com>
Date: Mon Apr 18 15:58:44 2011 +0100
egl gdl platform fix
clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/clutter/cogl/cogl/winsys/cogl-winsys-egl.c b/clutter/cogl/cogl/winsys/cogl-winsys-egl.c
index 7fbd341..b5e7279 100644
--- a/clutter/cogl/cogl/winsys/cogl-winsys-egl.c
+++ b/clutter/cogl/cogl/winsys/cogl-winsys-egl.c
@@ -822,8 +822,10 @@ _cogl_winsys_display_setup (CoglDisplay *display,
egl_display = g_slice_new0 (CoglDisplayEGL);
display->winsys = egl_display;
+#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
if (!gdl_plane_init (display, error))
goto error;
+#endif
if (!create_context (display, error))
goto error;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]