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.
This commit is contained in:
Ander Conselvan de Oliveira 2012-05-22 15:39:41 +03:00 committed by Kristian Høgsberg
parent ff0d745674
commit 775002c6c0
8 changed files with 1375 additions and 1 deletions

View file

@ -78,6 +78,8 @@ AM_CONDITIONAL([HAVE_PUBLICAN], [test "x$PUBLICAN" != "x"])
AC_CONFIG_FILES([Makefile
wayland-scanner.m4
cursor/Makefile
cursor/wayland-cursor.pc
doc/Makefile
doc/Wayland/Makefile
src/Makefile