Property definitions

egl $ EGLError :: is_context_lost
	fun is_context_lost: Bool `{ return self == EGL_CONTEXT_LOST; `}
lib/egl/egl.nit:329,2--65