Introduce libwayland-cursor, a cursor helper library
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Tue, 22 May 2012 12:39:41 +0000 (15:39 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 22 May 2012 19:20:13 +0000 (15:20 -0400)
commit775002c6c0f841a034a286c756899e6a4371962b
tree6bcca7a35224bfc3c45eeabbb7d813f035732142
parentff0d7456742343400b00fa58c77efa51d5ab5d6d
Introduce libwayland-cursor, a cursor helper library

The purpose of this library is to be the equivalent of libXcursor in
the X world. This library is compatible with X cursor themes and loads
them directly into an shm pool making it easy for the clients to get
buffer for each cursor image.

The code for handling the X cursor theme was taken from libXcursor. The
files cursor/xcursor.[ch] are a stripped down version of that library
containing only the interfaces necessary for implementing the wayland
counterpart.
Makefile.am
configure.ac
cursor/Makefile.am [new file with mode: 0644]
cursor/wayland-cursor.c [new file with mode: 0644]
cursor/wayland-cursor.h [new file with mode: 0644]
cursor/wayland-cursor.pc.in [new file with mode: 0644]
cursor/xcursor.c [new file with mode: 0644]
cursor/xcursor.h [new file with mode: 0644]