Here is a modified gtk2.c with a patch to allow you to choose gtk thru configure
(from Sebastien Bechet's patch). If you choose to build both sdl and gtk,
then by default qemu will use SDL but you can tell it to use the gtk interface
by passing it the "-use-gtk" switch on the command line.
On Fri,
On Fri, May 27, 2005 at 11:28:33AM -0400, Jim C. Brown wrote:
> - modifier detection isnt working, so its difficult to get a grab and not
> possible to ungrab - this is why the no-sdl-grab patch is included
> - need to use "-monitor stdio" because changing virtual consoles doesnt work
>
Fixed. It
On Fri, May 27, 2005 at 12:59:32PM +0200, Sebastien Bechet wrote:
> Hello Jim,
>
> As fabrice know, i have done some work about it, but no time to debug.
> Nevertheless, I think the code is near to work.
>
> Maybe it can help you or someone to finish gtk2 driver...
> (you can apply it directly on