mbox

[PULL,0/3] gtk fixes.

Message ID 1395063588-27575-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-gtk-3

Message

Gerd Hoffmann March 17, 2014, 1:39 p.m. UTC
Hi,

gtk pull third round, with buildfix applied to patch #1.

please pull,
  Gerd

The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:

  Makefile: Fix "make clean" (2014-03-17 11:50:19 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-gtk-3

for you to fetch changes up to 2bda66028b4962c36d4eabe2995edab12df93691:

  gtk: Don't warp absolute pointer (2014-03-17 14:34:28 +0100)

----------------------------------------------------------------
gtk: warp bugfixes.
gtk: Allow to activate grab-on-hover from the command line

----------------------------------------------------------------
Cole Robinson (2):
      gtk: Fix mouse warping with gtk3
      gtk: Don't warp absolute pointer

Jan Kiszka (1):
      gtk: Allow to activate grab-on-hover from the command line

 include/ui/console.h |  2 +-
 qemu-options.hx      |  5 +++++
 ui/gtk.c             | 15 +++++++++++++--
 vl.c                 | 24 +++++++++++++++++++++++-
 4 files changed, 42 insertions(+), 4 deletions(-)

Comments

Peter Maydell March 17, 2014, 4:15 p.m. UTC | #1
On 17 March 2014 13:39, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> gtk pull third round, with buildfix applied to patch #1.
>
> please pull,
>   Gerd
>
> The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:
>
>   Makefile: Fix "make clean" (2014-03-17 11:50:19 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-gtk-3
>
> for you to fetch changes up to 2bda66028b4962c36d4eabe2995edab12df93691:
>
>   gtk: Don't warp absolute pointer (2014-03-17 14:34:28 +0100)
>

Applied, thanks.

-- PMM