Is this system an OS X?

Property definitions

sdl2 $ SDLSysWMInfo :: is_cocoa
	# Is this system an OS X?
	fun is_cocoa: Bool `{ return self->subsystem == SDL_SYSWM_COCOA; `}
lib/sdl2/syswm.nit:60,2--61,68