From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMh19-0003Mu-Lv for qemu-devel@nongnu.org; Thu, 19 Sep 2013 12:23:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMh11-0000WQ-8G for qemu-devel@nongnu.org; Thu, 19 Sep 2013 12:23:47 -0400 Received: from mail-ye0-x232.google.com ([2607:f8b0:4002:c04::232]:62494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMh11-0000WM-44 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 12:23:39 -0400 Received: by mail-ye0-f178.google.com with SMTP id m5so3512655yen.9 for ; Thu, 19 Sep 2013 09:23:38 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <523B2514.2020204@redhat.com> Date: Thu, 19 Sep 2013 18:23:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379580693.19425.14.camel@nilsson.home.kraxel.org> <1379585892.19425.31.camel@nilsson.home.kraxel.org> In-Reply-To: <1379585892.19425.31.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Why X grabs for absolute windows? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "Burton, Ross" , qemu-devel@nongnu.org Il 19/09/2013 12:18, Gerd Hoffmann ha scritto: > >> > Similar patches to SDL have been rejected before because it breaks the >> > API, so I don't see the bug in SDL getting resolved. > Oh, didn't realize the bug is in the sdl library. That is a bit more > complicated then. SDL would need a new grab function with proper error > handling then. This strikes a bell... I discussed it with the Fedora libsdl maintainer but I cannot find the bug. Could it be that SDL 2.0 does not have the bug? Is it easy to compile QEMU with SDL 2.0? Paolo