* [Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates
@ 2014-03-24 7:46 Gerd Hoffmann
2014-03-24 7:46 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2014-03-24 19:01 ` [Qemu-devel] [PULL for-2, 0 0/1] " Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-03-24 7:46 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Hi,
Very short spice patch queue, with a single line bugfix for 2.0.
please pull,
Gerd
The following changes since commit 3a87f8b6859e6221b827ab4737779dddb37553ec:
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging (2014-03-20 11:45:38 +0000)
are available in the git repository at:
git://anongit.freedesktop.org/spice/qemu tags/pull-spice-5
for you to fetch changes up to b2c494c3a473adf654144c845e04bebffb05dee0:
spice: input: Fix absolute mouse y coordinates (2014-03-24 08:41:21 +0100)
----------------------------------------------------------------
spice: input: Fix absolute mouse y coordinates
----------------------------------------------------------------
Cole Robinson (1):
spice: input: Fix absolute mouse y coordinates
ui/spice-input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] spice: input: Fix absolute mouse y coordinates
2014-03-24 7:46 [Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates Gerd Hoffmann
@ 2014-03-24 7:46 ` Gerd Hoffmann
2014-03-24 19:01 ` [Qemu-devel] [PULL for-2, 0 0/1] " Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-03-24 7:46 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann, Anthony Liguori, Cole Robinson
From: Cole Robinson <crobinso@redhat.com>
Current tablet + spice is unusable. Regressed with the UI input rework.
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
ui/spice-input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/spice-input.c b/ui/spice-input.c
index 6dab23b..c342e0d 100644
--- a/ui/spice-input.c
+++ b/ui/spice-input.c
@@ -176,7 +176,7 @@ static void tablet_position(SpiceTabletInstance* sin, int x, int y,
spice_update_buttons(pointer, 0, buttons_state);
qemu_input_queue_abs(NULL, INPUT_AXIS_X, x, pointer->width);
- qemu_input_queue_abs(NULL, INPUT_AXIS_Y, y, pointer->width);
+ qemu_input_queue_abs(NULL, INPUT_AXIS_Y, y, pointer->height);
qemu_input_event_sync();
}
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates
2014-03-24 7:46 [Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates Gerd Hoffmann
2014-03-24 7:46 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2014-03-24 19:01 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2014-03-24 19:01 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: QEMU Developers
On 24 March 2014 07:46, Gerd Hoffmann <kraxel@redhat.com> wrote:
> Hi,
>
> Very short spice patch queue, with a single line bugfix for 2.0.
>
> please pull,
> Gerd
>
> The following changes since commit 3a87f8b6859e6221b827ab4737779dddb37553ec:
>
> Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging (2014-03-20 11:45:38 +0000)
>
> are available in the git repository at:
>
>
> git://anongit.freedesktop.org/spice/qemu tags/pull-spice-5
>
> for you to fetch changes up to b2c494c3a473adf654144c845e04bebffb05dee0:
>
> spice: input: Fix absolute mouse y coordinates (2014-03-24 08:41:21 +0100)
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-24 19:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 7:46 [Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates Gerd Hoffmann
2014-03-24 7:46 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2014-03-24 19:01 ` [Qemu-devel] [PULL for-2, 0 0/1] " Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).