summaryrefslogtreecommitdiff
path: root/src/compositor-wayland.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2015-03-20 15:26:52 +0100
committerBryce Harrington <bryce@osg.samsung.com>2015-03-20 13:57:14 -0700
commit671148f0649d73011ca2e6b965d82381185fe3b0 (patch)
treed1ff49ec3f4f8a4cb446680c2fefe5269f02aa88 /src/compositor-wayland.c
parent51a7ae5f89e9504f49bd98c7cd714e66c2a35580 (diff)
downloadweston-671148f0649d73011ca2e6b965d82381185fe3b0.tar.gz
gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces
Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'src/compositor-wayland.c')
-rw-r--r--src/compositor-wayland.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
index b6fd37d1..4f792b14 100644
--- a/src/compositor-wayland.c
+++ b/src/compositor-wayland.c
@@ -645,6 +645,7 @@ wayland_output_init_gl_renderer(struct wayland_output *output)
if (gl_renderer->output_create(&output->base,
output->gl.egl_window,
+ output->gl.egl_window,
gl_renderer->alpha_attribs,
NULL) < 0)
goto cleanup_window;