From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj45z-0007ee-1P for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:33:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj45p-0005p9-LH for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:33:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj45p-0005oo-Ea for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:33:37 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SAXZOg018746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 06:33:36 -0400 From: Gerd Hoffmann Date: Tue, 28 Oct 2014 11:33:29 +0100 Message-Id: <1414492411-14924-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] gtk: fix two warnings with gtk 3.14+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Small patch series fixing warnings with the latest gtk version. please pull, Gerd The following changes since commit 3e9418e160cd8901c83a3c88967158084f5b5c03: Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously" (2014-10-27 15:05:09 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20141028-1 for you to fetch changes up to 316cb068bdaf456040934f7368e09be7be4d942e: gtk: avoid gd_widget_reparent with gtk 3.14+ (2014-10-28 11:25:14 +0100) ---------------------------------------------------------------- gtk: fix two warnings with gtk 3.14+ ---------------------------------------------------------------- Gerd Hoffmann (2): gtk: drop gtk_widget_set_double_buffered call gtk: avoid gd_widget_reparent with gtk 3.14+ ui/gtk.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)