wayland: use EGL_NO_SURFACE

This commit is contained in:
nobled 2011-01-30 22:06:23 +00:00
parent 0886452dc2
commit 9dcb9453ed

View File

@ -310,8 +310,8 @@ try_create_context (ClutterBackend *backend,
}
if (!eglMakeCurrent (backend_wayland->edpy,
NULL,
NULL,
EGL_NO_SURFACE,
EGL_NO_SURFACE,
backend_wayland->egl_context))
{
g_set_error (error, CLUTTER_INIT_ERROR,