wayland-cursor: remove enum wl_cursor_type
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Thu, 24 May 2012 13:17:47 +0000 (16:17 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 26 May 2012 03:06:15 +0000 (23:06 -0400)
commitf779c57be2264065d4428155bf0066e71bbf33bb
tree9c214963d9592164df5ad218b9ae3774db6a0612
parent086b4e2c1a129b55986a67ec0d8be35b29707a95
wayland-cursor: remove enum wl_cursor_type

Defining a list of all cursors a theme, client or toolkit should have
is not the purpose of libwayland-cursor. The cursor type enum existed
for making lookups faster, but this kind of optmization belongs in the
toolkits.
cursor/wayland-cursor.c
cursor/wayland-cursor.h