Comment 4 for bug 522278

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

Did the separately-saving-thing.
Added possibility to change between fullscreen and windowed mode by pressing alt+enter.

It would be great if someone adds code for and tests Windows SDL's and WinApi's and GLFW's possibility to open a resizable window, for it is now the only way of changing window size (except from config file):
- For the WinApi and GL driver: look at- driver/video/SDL/src/SDL.cpp from line 371 on for the way to react on the driver's resize event
- Resizability has to be activated when creating the window; driver/video/SDL/src/SDL.cpp from lines 183, 242