qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] cursor patches
@ 2010-05-21  9:54 Gerd Hoffmann
  2010-05-21  9:54 ` [Qemu-devel] [PATCH 1/3] cursor: add cursor functions Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2010-05-21  9:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Respin of the cursor patches, now using xpm for the builtin pointers.

cheers,
  Gerd

Gerd Hoffmann (3):
  cursor: add cursor functions.
  use new cursor struct + functions for vmware vga and sdl.
  vnc: rich cursor support.

 Makefile.objs       |    3 +-
 console.h           |   24 ++++++-
 cursor.c            |  210 +++++++++++++++++++++++++++++++++++++++++++++++++++
 cursor_hidden.xpm   |   37 +++++++++
 cursor_left_ptr.xpm |   39 ++++++++++
 hw/vmware_vga.c     |   40 +++++++++-
 sdl.c               |   52 +++----------
 vnc.c               |   70 +++++++++++++++--
 vnc.h               |    8 ++-
 vnchextile.h        |    7 +-
 10 files changed, 431 insertions(+), 59 deletions(-)
 create mode 100644 cursor.c
 create mode 100644 cursor_hidden.xpm
 create mode 100644 cursor_left_ptr.xpm

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Qemu-devel] [PATCH 0/3] local cursor patches.
@ 2010-05-05 12:51 Gerd Hoffmann
  2010-05-05 12:51 ` [Qemu-devel] [PATCH 2/3] use new cursor struct + functions for vmware vga and sdl Gerd Hoffmann
  0 siblings, 1 reply; 8+ messages in thread
From: Gerd Hoffmann @ 2010-05-05 12:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Local cursor bits, rehashed after discussions with anthony.

cheers,
  Gerd

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

end of thread, other threads:[~2010-05-24 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-21  9:54 [Qemu-devel] [PATCH 0/3] cursor patches Gerd Hoffmann
2010-05-21  9:54 ` [Qemu-devel] [PATCH 1/3] cursor: add cursor functions Gerd Hoffmann
2010-05-21 12:29   ` Anthony Liguori
2010-05-21 18:53     ` Blue Swirl
2010-05-24 20:30   ` Anthony Liguori
2010-05-21  9:54 ` [Qemu-devel] [PATCH 2/3] use new cursor struct + functions for vmware vga and sdl Gerd Hoffmann
2010-05-21  9:54 ` [Qemu-devel] [PATCH 3/3] vnc: rich cursor support Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2010-05-05 12:51 [Qemu-devel] [PATCH 0/3] local cursor patches Gerd Hoffmann
2010-05-05 12:51 ` [Qemu-devel] [PATCH 2/3] use new cursor struct + functions for vmware vga and sdl Gerd Hoffmann

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).