From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqgm1-0005Fs-Os for qemu-devel@nongnu.org; Fri, 08 May 2015 07:48:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqgm0-0000ht-DJ for qemu-devel@nongnu.org; Fri, 08 May 2015 07:48:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqgm0-0000hj-3Y for qemu-devel@nongnu.org; Fri, 08 May 2015 07:48:56 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t48Bmtth032207 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 8 May 2015 07:48:55 -0400 From: Gerd Hoffmann Date: Fri, 8 May 2015 13:48:46 +0200 Message-Id: <1431085731-6362-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] gtk patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This brings ui_info support for gtk and some small cleanups+fixes. please pull, Gerd The following changes since commit 874e9aeeeb74c5459639a93439a502d262847e68: Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging (2015-05-05 14:06:12 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20150508-1 for you to fetch changes up to 1271f7f7c60e0b0a3cc031921008a69dfd53bd34: gtk: update mouse position in mouse_set() (2015-05-06 08:38:05 +0200) ---------------------------------------------------------------- gtk: add ui_info support, cleanups + fixes. ---------------------------------------------------------------- Gerd Hoffmann (5): console: delayed ui_info guest notification console: add dpy_ui_info_supported gtk: add ui_info support gtk: create gtk.h gtk: update mouse position in mouse_set() include/ui/console.h | 1 + include/ui/gtk.h | 76 ++++++++++++++++++++++++++++++++++++++++++ ui/console.c | 27 +++++++++++++-- ui/gtk.c | 94 +++++++++++++--------------------------------------- 4 files changed, 124 insertions(+), 74 deletions(-) create mode 100644 include/ui/gtk.h