Actual height or desired height of the window, can be set before calling setup

Property definitions

gamnit :: display_linux $ GamnitDisplay :: height=
	# Actual height or desired height of the window, can be set before calling `setup`
	fun height=(value: Int) do requested_height = value
lib/gamnit/display_linux.nit:31,2--32,52