From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOBLA-0007gI-WF for qemu-devel@nongnu.org; Thu, 13 Mar 2014 15:30:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOBL4-0000Ea-PA for qemu-devel@nongnu.org; Thu, 13 Mar 2014 15:30:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOBL4-0000ES-HB for qemu-devel@nongnu.org; Thu, 13 Mar 2014 15:30:46 -0400 From: Cole Robinson Date: Thu, 13 Mar 2014 15:30:17 -0400 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann , Anthony Liguori , Cole Robinson First patch documents a configure option. Next 3 patches fix deprecation warnings on gtk 3.10. The remaining patches are bug fixes. v2: Add configure patch Fix building against GTK2 Cole Robinson (7): configure: Document --with-gtkabi gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic gtk: Don't use deprecated vte_terminal_get_adjustment gtk: Remove use of deprecated stock items gtk: Use ctrl+alt+q for quit accelerator gtk: Fix mouse warping with gtk3 gtk: Don't warp absolute pointer configure | 1 + ui/gtk.c | 34 ++++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) -- 1.8.5.3