Comment 7 for bug 522278

Revision history for this message
Stefan Kriwanek (Divan) (dev-stefankriwanek) wrote :

There are problems with Windows, because there's no way to define windowed size anymore. This patch should solve it by not considering two independent sizes (windowed, fullscreen) on Windows and thereby restoring the old behaviour.

It also disables the auto-resizing code and solves the "minimum 800x600" problem simply by clipping if the window is too small.

I hope this circumvents the current regressions caused by my feature. At least on Linux/X it works great.

Please, can someone test resizable WinApi and/or SDL windows on the Windows platform as I described above?!