hi,
>> use windowed mode as fallback option if we are already in fullscreen
>> mode and the new resolution is too high and print a message to the
>> console
>
> Do you end up with a window bigger than the screen, then? Is there a
> chance the user can escape from this situation, i.e. reach all pa
hi,
> Wow. This patch is messy, if I may say so. There must be a more
> elegant way to do this, especially given the fact that you remove
> atexit(sdl_cleanup)s without explanation.
well, the diff output is messy, because I added sdl_resize2() above
sdl_resize() to avoid adding a forward decl
hi,
the attached patch fixes some glitches when switching to fullscreen mode
using ctrl+alt+f or when booting using -full-screen.
up to now the VM simply dies if one of the following situations occur:
* user switches from windowed to fullscreen mode using a resolution
which is too high (mea
some more information and also (S)RPM packages at [2].
Bye,
Andreas Winkelbauer
[1] http://lists.gnu.org/archive/html/qemu-devel/2007-06/msg00331.html
[2] http://stud4.tuwien.ac.at/~e0425650/html/linux-qemu.html
--- usb-linux.c 2007-08-16 14:55:02.0 +0200
+++ usb-linux.c 2007-08-16 14:54:37