First take on switching to SDL 2.
authorTimo Korvola <tkorvola@iki.fi>
Sun, 25 Mar 2018 19:31:50 +0000 (22:31 +0300)
committerTimo Korvola <tkorvola@iki.fi>
Wed, 28 Mar 2018 16:40:31 +0000 (19:40 +0300)
commitf7829902651103052ffe1384e240d49524ac019c
tree077ff80f6c7fe141226ca816f8b642650fbe1ab7
parent6b15002e5d75ca287b9ed3d3d367259e5241c9eb
First take on switching to SDL 2.

Compiles and somewhat works.  Mouse positions are not properly
mapped in fullscreen mode (window mode seems to work).
SDL_TEXTINPUT events are not yet handled; only lower-case ASCII
keyboard input for now.
Makefile
src/sdl/Makefile
src/sdl/sf_sound.c
src/sdl/sf_video.c