From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX5M4-0003nJ-4K for qemu-devel@nongnu.org; Mon, 07 Apr 2014 04:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX5Ly-0004gC-DS for qemu-devel@nongnu.org; Mon, 07 Apr 2014 04:56:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX5Ly-0004g5-55 for qemu-devel@nongnu.org; Mon, 07 Apr 2014 04:56:30 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s378uTgL027423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Apr 2014 04:56:29 -0400 From: Gerd Hoffmann Date: Mon, 7 Apr 2014 10:56:16 +0200 Message-Id: <1396860980-7130-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.0 0/4] gtk: pointer fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Last minute pointer fixes for gtk. And a MAINTAINERS update to help ui patches being picked up more timely in the future. please pull, Gerd The following changes since commit 466e6e9d13d56bbb6da1d2396d7d6347df483af0: target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection (2014-04-05 10:49:05 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-4 for you to fetch changes up to 25eccc37ff91254efdd123f5dafb37526a83a990: ui: Update MAINTAINERS entry. (2014-04-07 10:50:30 +0200) ---------------------------------------------------------------- gtk: pointer fixes from Takashi Iwai. ---------------------------------------------------------------- Gerd Hoffmann (1): ui: Update MAINTAINERS entry. Takashi Iwai (3): gtk: Use gtk generic event signal instead of motion-notify-event gtk: Fix the relative pointer tracking mode gtk: Remember the last grabbed pointer position MAINTAINERS | 3 ++- ui/gtk.c | 46 +++++++++++++++++++++++++++++++++------------- 2 files changed, 35 insertions(+), 14 deletions(-)