From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XleJZ-00017B-12 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 08:38:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XleJN-0001Pz-CB for qemu-devel@nongnu.org; Tue, 04 Nov 2014 08:38:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XleJN-0001Pu-48 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 08:38:17 -0500 Message-ID: <1415108291.8686.32.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 04 Nov 2014 14:38:11 +0100 In-Reply-To: References: <1415097671-15343-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] gtk: fix fullscreen with gtk3, fix build with older gtk2 versions. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Di, 2014-11-04 at 12:57 +0000, Peter Maydell wrote: > On 4 November 2014 10:41, Gerd Hoffmann wrote: > > Hi, > > > > Here comes the gtk patch queue, featuring a buildfix for older gtk2 > > versions. And thanks to Cole we finally have the menu bar still being > > visible in fullscreen mode (fully in gtk3, thin line in gtk2) fixed. > > Yay! > > > > please pull, > > Gerd > > I'm assuming you're going to respin this with the caps > fixed in the pause patch. Yes. /me wonders why my build test on rhel6 didn't catch it. Ah, gtk2 got rebased to 2.24.23, so it needs a older rhel6 install to trigger ... sorry for the trouble, Gerd