From: Cole Robinson <crobinso@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>, Cole Robinson <crobinso@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] sdl2: Fix relative mouse mode
Date: Tue, 1 Apr 2014 16:37:09 -0400 [thread overview]
Message-ID: <cover.1396383249.git.crobinso@redhat.com> (raw)
sdl.c received a fix for relative mouse mode, but it wasn't copied to
sdl2.c.
Patch #2 uses new SDL2 API to make relative mode behave similar to sdl.c,
but I'm not fully confident that it's safe. See patch comments.
Also, relative mode is a mess in gtk as well. I started fixing these only
to find that patches were already posted:
https://lists.gnu.org/archive/html/qemu-devel/2014-02/msg02278.html
Cole Robinson (2):
input: sdl2: Fix guest_cursor logic
input: sdl2: Fix relative mode to match SDL1 behavior
ui/sdl2.c | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
--
1.9.0
next reply other threads:[~2014-04-01 20:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-01 20:37 Cole Robinson [this message]
2014-04-01 20:37 ` [Qemu-devel] [PATCH 1/2] input: sdl2: Fix guest_cursor logic Cole Robinson
2014-04-01 20:37 ` [Qemu-devel] [RFC PATCH 2/2] input: sdl2: Fix relative mode to match SDL1 behavior Cole Robinson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1396383249.git.crobinso@redhat.com \
--to=crobinso@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.