Re: [Qemu-devel] [PATCH v2 03/10] sdl2: move keyboard input code to new sdl2-input.c

2014-12-17 Thread Max Reitz
On 2014-12-16 at 14:26, Gerd Hoffmann wrote: Signed-off-by: Gerd Hoffmann --- include/ui/sdl2.h | 4 +++ ui/Makefile.objs | 2 +- ui/sdl2-input.c | 106 ++ ui/sdl2.c | 75 ++ 4 files cha

[Qemu-devel] [PATCH v2 03/10] sdl2: move keyboard input code to new sdl2-input.c

2014-12-16 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- include/ui/sdl2.h | 4 +++ ui/Makefile.objs | 2 +- ui/sdl2-input.c | 106 ++ ui/sdl2.c | 75 ++ 4 files changed, 114 insertions(+), 73 deletions(-) create mod