Add the flag requesting a window usable with an OpenGL context

Property definitions

sdl2 $ SDLWindowFlags :: opengl
	# Add the flag requesting a window usable with an OpenGL context
	fun opengl: SDLWindowFlags `{ return self | SDL_WINDOW_OPENGL; `}
lib/sdl2/sdl2_base.nit:179,2--180,66