mbox

[PULL,for-2.0,0/1] gtk: one more usability fix

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

Pull-request

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

Message

Gerd Hoffmann April 8, 2014, 12:06 p.m. UTC
Hi,

Finally sorted things, with this patch the gtk ui behavior
in relative mouse mode is consistent with everybody else
(sdl, virt-viewer, ...).

please pull,
  Gerd

The following changes since commit 55519a4b244e4822774b593e36647ecf7598286b:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging (2014-04-07 17:57:23 +0100)

are available in the git repository at:


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

for you to fetch changes up to 800b0e814bef7cd14ae2bce149c09d70676e93fb:

  gtk: Implement grab-on-click behavior in relative mode (2014-04-08 13:57:34 +0200)

----------------------------------------------------------------
gtk: Implement grab-on-click behavior in relative mode

----------------------------------------------------------------
Takashi Iwai (1):
      gtk: Implement grab-on-click behavior in relative mode

 ui/gtk.c | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 8, 2014, 1:01 p.m. UTC | #1
On 8 April 2014 13:06, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Finally sorted things, with this patch the gtk ui behavior
> in relative mouse mode is consistent with everybody else
> (sdl, virt-viewer, ...).
>
> please pull,
>   Gerd
>
> The following changes since commit 55519a4b244e4822774b593e36647ecf7598286b:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging (2014-04-07 17:57:23 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-gtk-5
>
> for you to fetch changes up to 800b0e814bef7cd14ae2bce149c09d70676e93fb:
>
>   gtk: Implement grab-on-click behavior in relative mode (2014-04-08 13:57:34 +0200)

Applied, thanks.

-- PMM