On 2014-12-16 at 14:26, Gerd Hoffmann wrote:
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 <kra...@redhat.com> --- include/ui/sdl2.h | 16 ++++++++++++++ ui/sdl2.c | 63 ++++++++++++++++++++++++------------------------------- 2 files changed, 43 insertions(+), 36 deletions(-) create mode 100644 include/ui/sdl2.h
Reviewed-by: Max Reitz <mre...@redhat.com>