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