Re: [Qemu-devel] [PATCH] win32/sdl: Fix toggle full screen

2010-01-26 Thread Anthony Liguori
On 01/24/2010 03:18 PM, Herve Poussineau wrote: Toggle full screen on Win32/SDL 1.2.13 was broken by commit c18a2c360e3100bbd71162cf922dcd8c429a8b71. Re-add the call to do_sdl_resize() which was removed in this revision Signed-off-by: Herve Poussineau Applied. Thanks. Regards, Anthony L

[Qemu-devel] [PATCH] win32/sdl: Fix toggle full screen

2010-01-24 Thread Herve Poussineau
Toggle full screen on Win32/SDL 1.2.13 was broken by commit c18a2c360e3100bbd71162cf922dcd8c429a8b71. Re-add the call to do_sdl_resize() which was removed in this revision Signed-off-by: Herve Poussineau --- sdl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sdl.c b/