Property definitions

egl $ EGLDisplay :: destroy_surface
	fun destroy_surface(surface: EGLSurface): Bool `{
		return eglDestroySurface(self, surface);
	`}
lib/egl/egl.nit:151,2--153,3