From patchwork Sat Jul 30 09:39:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 107486 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 989B0B6EE8 for ; Sat, 30 Jul 2011 19:39:50 +1000 (EST) Received: from localhost ([::1]:42262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn61I-0006F9-F7 for incoming@patchwork.ozlabs.org; Sat, 30 Jul 2011 05:39:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]:58306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn611-00061k-SZ for qemu-devel@nongnu.org; Sat, 30 Jul 2011 05:39:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qn60z-0005bQ-7Z for qemu-devel@nongnu.org; Sat, 30 Jul 2011 05:39:27 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:51204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn60z-0005b1-1B for qemu-devel@nongnu.org; Sat, 30 Jul 2011 05:39:25 -0400 Received: from smtp03.web.de ( [172.20.0.65]) by fmmailgate03.web.de (Postfix) with ESMTP id 4A64219643A16; Sat, 30 Jul 2011 11:39:24 +0200 (CEST) Received: from [92.75.128.27] (helo=localhost.localdomain) by smtp03.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #2) id 1Qn60y-0001Sl-01; Sat, 30 Jul 2011 11:39:24 +0200 From: Jan Kiszka To: Anthony Liguori , qemu-devel Date: Sat, 30 Jul 2011 11:39:07 +0200 Message-Id: <0ce9c95b378056f3468a70a6f403343022333693.1312018756.git.jan.kiszka@web.de> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: References: In-Reply-To: References: X-Sender: jan.kiszka@web.de X-Provags-ID: V01U2FsdGVkX19QNN31bwsw1o9MPxXxpRUCcH4HAnPtuhg04A7U u+89WLo6DfNyAgtDpFWb6LFCf9BV8S/RtsBs68nl29ekzBF2nc nMEl3AnuQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.234 Subject: [Qemu-devel] [PATCH 04/15] sdl: Properly mark modifier+u as hotkey X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Jan Kiszka Signed-off-by: Jan Kiszka --- ui/sdl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ui/sdl.c b/ui/sdl.c index 1563ee1..e6c9597 100644 --- a/ui/sdl.c +++ b/ui/sdl.c @@ -589,6 +589,7 @@ static void sdl_refresh(DisplayState *ds) vga_hw_invalidate(); vga_hw_update(); } + gui_keysym = 1; break; case 0x02 ... 0x0a: /* '1' to '9' keys */ /* Reset the modifiers sent to the current console */