mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
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>