qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] cursor patches


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/3] cursor patches
Date: Fri, 21 May 2010 11:54:31 +0200

  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 via email to

[Prev in Thread] Current Thread [Next in Thread]