Is this the X11 window manager?

Property definitions

sdl2 $ SDLSysWMInfo :: is_x11
	# Is this the X11 window manager?
	fun is_x11: Bool `{ return self->subsystem == SDL_SYSWM_X11; `}
lib/sdl2/syswm.nit:54,2--55,64