Property definitions

egl $ EGLDisplay :: make_current
	fun make_current(draw, read: EGLSurface, context: EGLContext): Bool `{
		return eglMakeCurrent(self, draw, read, context);
	`}
lib/egl/egl.nit:133,2--135,3