From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxQhh-0001rM-Mt for qemu-devel@nongnu.org; Tue, 04 Nov 2008 13:32:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxQhf-0001rA-O9 for qemu-devel@nongnu.org; Tue, 04 Nov 2008 13:32:36 -0500 Received: from [199.232.76.173] (port=50590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxQhf-0001r7-Ks for qemu-devel@nongnu.org; Tue, 04 Nov 2008 13:32:35 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:63781) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxQhf-00051M-Rn for qemu-devel@nongnu.org; Tue, 04 Nov 2008 13:32:36 -0500 Message-ID: <49109603.5060001@eu.citrix.com> Date: Tue, 04 Nov 2008 18:35:47 +0000 From: Stefano Stabellini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0 of 2] sdl usability improvements Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, this is a two patch set to improve sdl interface usability. The first patch adds a -nograb command line option to prevent sdl from grabbing mouse and keyboards on focus. The second patch hides the mouse pointer when the sdl window is not in focus. Try using these patches together, passing as arguments -nograb and -usbdevice tablet, then see how easier is to use the interface! Cheers, Stefano Stabellini