forked from joejulian/gio
66138e7890
Issue #77 seems to be caused by eglGetDisplay returning a zero EGLDisplay, yet eglGetError returns EGL_SUCCESS. Since EGLDisplay is not necessary a pointer type, the zero value may be valid. Updates #77 Signed-off-by: Elias Naur <mail@eliasnaur.com>