Bytes in a row of pixels

Property definitions

sdl2 $ SDLSurface :: pitch
	# Bytes in a row of pixels
	fun pitch: Int `{ return self->pitch; `}
lib/sdl2/sdl2_base.nit:417,2--418,41