Is this a direct DirectFB?

Property definitions

sdl2 $ SDLSysWMInfo :: is_direcfb
	# Is this a direct DirectFB?
	fun is_direcfb: Bool `{ return self->subsystem == SDL_SYSWM_DIRECTFB; `}
lib/sdl2/syswm.nit:57,2--58,73