SDL_SetWindowResizable

Currently in FNA we’ve got something like this:

Back in 1.2 we could just do a SetVideoMode with the resizable flag, but
in 2.0.x we can only set this flag when we create the window. Was there
any technical limitation that prevented something like
SDL_SetWindowResizable(SDL_Window*, SDL_bool) from happening?

-Ethan