Fullscreen toggling.
authorTimo Korvola <tkorvola@iki.fi>
Sun, 1 Apr 2018 21:02:52 +0000 (00:02 +0300)
committerTimo Korvola <tkorvola@iki.fi>
Sun, 1 Apr 2018 21:02:52 +0000 (00:02 +0300)
commitc5f1fdc0ab70941878f35ec05b7732f5e9b10796
treed6b1331aa78d554cc080330f691347e6f19fe141
parente70321797588b9641d75ff0d2a006d2f3b46d37c
Fullscreen toggling.

Alt-CR now toggles fullscreen mode.  To simplify matters video mode
switching and the -D option are gone: we always use the current
video mode and let SDL scale the window for fullscreen.

There is a strange bug: the display is not immediately updated after
toggling fullscreen but only after the next key press.  I don't
understand why.
src/sdl/sf_util.c
src/sdl/sf_video.c