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

Property definitions

gamnit :: display_linux $ GamnitDisplay :: width=
	# Actual width or desired width of the window, can be set before calling `setup`
	fun width=(value: Int) do requested_width = value
lib/gamnit/display_linux.nit:27,2--28,50