mbox

[PULL,for-2.0,0/2] input: two more fixes

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

Pull-request

git://git.kraxel.org/qemu tags/pull-input-6

Message

Gerd Hoffmann March 13, 2014, 10:38 a.m. UTC
Hi,

Two more input bugfixes.  Well, the gtk wheel support could be
considered a new feature.  On top of the input layer rewrite it
is pretty simple and straight forward patch, so I think it is
fine for 2.0 nevertheless.

please pull,
  Gerd

The following changes since commit 239618707637ec87eba8c452d2b2f75dc5ca20c7:

  Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-03-11 19:39:17 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-input-6

for you to fetch changes up to d58b9122716bc444305515ead3a69b91d807bf3c:

  gtk: Add mouse wheel support (2014-03-12 10:44:45 +0100)

----------------------------------------------------------------
input: activate legacy kbd
gtk: Add mouse wheel support

----------------------------------------------------------------
Gerd Hoffmann (1):
      input: activate legacy kbd

Jan Kiszka (1):
      gtk: Add mouse wheel support

 ui/gtk.c          | 23 +++++++++++++++++++++++
 ui/input-legacy.c |  1 +
 2 files changed, 24 insertions(+)

Comments

Peter Maydell March 13, 2014, 6:53 p.m. UTC | #1
On 13 March 2014 10:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Two more input bugfixes.  Well, the gtk wheel support could be
> considered a new feature.  On top of the input layer rewrite it
> is pretty simple and straight forward patch, so I think it is
> fine for 2.0 nevertheless.
>
> please pull,
>   Gerd
>
> The following changes since commit 239618707637ec87eba8c452d2b2f75dc5ca20c7:
>
>   Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-03-11 19:39:17 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-input-6
>
> for you to fetch changes up to d58b9122716bc444305515ead3a69b91d807bf3c:
>
>   gtk: Add mouse wheel support (2014-03-12 10:44:45 +0100)
>

Applied, thanks.

-- PMM