qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] cursor patches
Date: Fri, 21 May 2010 11:54:31 +0200	[thread overview]
Message-ID: <1274435674-9027-1-git-send-email-kraxel@redhat.com> (raw)

  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

             reply	other threads:[~2010-05-21  9:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-21  9:54 Gerd Hoffmann [this message]
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

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=1274435674-9027-1-git-send-email-kraxel@redhat.com \
    --to=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 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).