sdl2: rename sdl2_state to sdl2_console, move to header file
commit5d0fe65078bcd6949372a49b125dded981856197
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Nov 2014 09:21:24 +0000 (11 10:21 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 17 Dec 2014 11:43:00 +0000 (17 12:43 +0100)
tree074c52a87c08629209e724b47a7f874246a8368e
parentd29c431edce6c0cd18fc5c4ecf31417c2569ae4a
sdl2: rename sdl2_state to sdl2_console, move to header file

Create sdl2.h header file, in preparation for sdl2 code splitup.
Populate it with sdl2_console struct (renamed from sdl2_state).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
include/ui/sdl2.h [new file with mode: 0644]
ui/sdl2.c