qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] gtk2 driver


From: Jim C. Brown
Subject: Re: [Qemu-devel] gtk2 driver
Date: Tue, 31 May 2005 16:28:59 -0400
User-agent: Mutt/1.4i

On Tue, May 31, 2005 at 03:45:03PM -0400, Jim C. Brown wrote:
> On Mon, May 30, 2005 at 08:24:09PM -0400, Jim C. Brown wrote:
> > Here is the new driver. Patch is against a clean qemu directory. Once you
> > apply the patch, dump the attached files into the qemu root directory and
> > run configure with '--enable-gtk' option. The '--set-fs-driver=' option
> > exists but there should be no need to use it.
> > 
> > -- 
> > Infinite complexity begets infinite beauty.
> > Infinite precision begets infinite perfection.
> 
> Here is an updated version that partically fixes problems with moving the 
> mouse
> when in fullscreen mode (sometimes you can move the mouse anyways and screw up
> alignment in spite of this).
> 
> New gtk2.c attached. Also gdk_window_set_pointer.c attached. This works for
> Linux/X11, Windows code should be ok but it is untested. (This is to overcome
> a deliberate oversight in the GDK library, which does not provide a way to
> set the location of the mouse pointer. GTK-fb will require an even uglier
> hack.)
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

This gtk2.c does a better job of fixing the bug. Mouse shouldnt be able to
affect alignment anymore. Seems to make the mouse cursor move slower, not sure
why, otherwise it has no known bugs. Requires the gdk_set_window_pointer.c that
I posted previously.

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

Attachment: gtk2.c
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]