Close the SDL display

Property definitions

gamnit :: display_linux $ GamnitDisplay :: close_sdl
	# Close the SDL display
	fun close_sdl
	do
		sdl_window.destroy
		mix.close_audio
		mix.quit
		sdl.finalize
	end
lib/gamnit/display_linux.nit:114,2--121,4