All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] sdl2: Fix relative mouse mode
@ 2014-04-01 20:37 Cole Robinson
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Cole Robinson @ 2014-04-01 20:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Cole Robinson

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-01 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 20:37 [Qemu-devel] [PATCH 0/2] sdl2: Fix relative mouse mode Cole Robinson
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

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.