From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzOES-0008Rv-Cu for qemu-devel@nongnu.org; Fri, 12 Dec 2014 06:18:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzOEL-0006GF-Mt for qemu-devel@nongnu.org; Fri, 12 Dec 2014 06:18:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzOEL-0006Fw-Fy for qemu-devel@nongnu.org; Fri, 12 Dec 2014 06:17:53 -0500 Message-ID: <1418383069.23141.24.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 12 Dec 2014 12:17:49 +0100 In-Reply-To: <1418377972-25278-1-git-send-email-mreitz@redhat.com> References: <1418377972-25278-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] sdl2: Work around SDL2 SDL_ShowWindow() bug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Anthony Liguori On Fr, 2014-12-12 at 10:52 +0100, Max Reitz wrote: > For the bug (it at least seems to me like one), see: > https://bugzilla.libsdl.org/show_bug.cgi?id=2818 > > To reproduce it in qemu, try pressing ctrl-alt-2 five times (or > whichever your key combination for showing/hiding the monitor window > is). > > Normally, the window should be shown, hidden, shown, hidden and shown > again. However, it will instead be shown, hidden, stay hidden, stay > hidden and then be shown. This series fixes this. > > This series depends on Gerd's series > "sdl2: fixes, cleanups and opengl preparation." Added to sdl queue. thanks, Gerd