From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzzjX-0002iW-5c for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:55 -0400 Received: from [140.186.70.92] (port=34474 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzzjV-0002gi-Om for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzzjU-00062t-6I for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:53 -0400 Received: from hall.aurel32.net ([88.191.82.174]:43675) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzzjU-00062e-1X for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:52 -0400 Date: Thu, 8 Apr 2010 21:10:46 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH 18/48] make cursor grab optional Message-ID: <20100408191046.GD6056@volta.aurel32.net> References: <44f3433411b5c623f402cf63039b95d66188cd7c.1269617186.git.riku.voipio@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <44f3433411b5c623f402cf63039b95d66188cd7c.1269617186.git.riku.voipio@nokia.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Riku Voipio , qemu-devel@nongnu.org On Fri, Mar 26, 2010 at 04:06:38PM +0000, Riku Voipio wrote: > From: Riku Voipio > > Signed-Off-By: Riku Voipio > > --- > sysemu.h | 1 + > vl.c | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/sysemu.h b/sysemu.h > index 525efd1..5b4ddd8 100644 > --- a/sysemu.h > +++ b/sysemu.h > @@ -128,6 +128,7 @@ extern int usb_enabled; > extern int smp_cpus; > extern int max_cpus; > extern int cursor_hide; > +extern int cursor_allow_grab; > extern int graphic_rotate; > extern int no_quit; > extern int semihosting_enabled; > diff --git a/vl.c b/vl.c > index b4dfb2e..bc7635c 100644 > --- a/vl.c > +++ b/vl.c > @@ -224,6 +224,7 @@ int fd_bootchk = 1; > int no_reboot = 0; > int no_shutdown = 0; > int cursor_hide = 1; > +int cursor_allow_grab = 1; > int graphic_rotate = 0; > uint8_t irq0override = 1; > #ifndef _WIN32 It looks like this patch is not complete. Adding a new variable won't add the feature automatically ;-) -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net