From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0WN4-0006vg-3Q for qemu-devel@nongnu.org; Wed, 11 May 2016 11:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0WMx-00010f-Dj for qemu-devel@nongnu.org; Wed, 11 May 2016 11:48:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0WMx-00010Y-7n for qemu-devel@nongnu.org; Wed, 11 May 2016 11:48:15 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1111E7F0B1 for ; Wed, 11 May 2016 15:48:13 +0000 (UTC) References: <1462963727-20533-1-git-send-email-kraxel@redhat.com> From: Cole Robinson Message-ID: <7cd4499a-7e17-f335-d3a3-17c8d5f19ab1@redhat.com> Date: Wed, 11 May 2016 11:48:12 -0400 MIME-Version: 1.0 In-Reply-To: <1462963727-20533-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] [untested] gtk: update grab code for gtk 3.20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 05/11/2016 06:48 AM, Gerd Hoffmann wrote: > Applies on top of the pending ui pull request. Fixes the remaining gtk > 3.20 warnings. Not tested (other than building) because I don't have a > F24 box at hand. Feedback welcome. > > Signed-off-by: Gerd Hoffmann > --- > ui/gtk.c | 49 +++++++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 43 insertions(+), 6 deletions(-) Reviewed-by: Cole Robinson Tested-by: Cole Robinson Thanks, Cole