Skip to content

SDL: Center window on current monitor during vidmode change

mazmazz requested to merge sdl-vidmode-display-fix into master

Use SDL_WINDOWPOS_CENTERED_DISPLAY(n), which is really the macro behind SDL_WINDOWPOS_CENTERED.

Guesstimation, pending testing.

Closes #47 (closed)

Merge request reports