Block resolution change in the Windowed Fullscreen mode

The SDL_WINDOW_FULLSCREEN_DESKTOP is a hack to create a window which covers the whole screen. It always uses a native resolution, so resolution change just is not applied.

I suppose that we can block resolution change widget in the Windowed Fullscreen mode.

Edited by Andrei Kortunov