wayland/cursor
Kristian Høgsberg bdd272f024 Move ARRAY_LENGTH out of public headers
Exporting unprefixed symbols is a pretty bad idea so don't do that.
Instea of redefining it WL_ARRAY_LENGTH, we just move the define to
our private header.  The scanner generates code that uses ARRAY_LENGTH,
but we can just make it count the number elements and emit an integer
constant instead.
2012-10-19 17:08:38 -04:00
..
convert_font.c Ensure cursor_data.c is included in distribution tarballs 2012-10-09 23:42:52 -04:00
cursor-data.h Ensure cursor_data.c is included in distribution tarballs 2012-10-09 23:42:52 -04:00
cursor.pcf cursor: add cursor.pcf and extraction program 2012-09-10 21:05:14 -04:00
Makefile.am Ensure cursor_data.c is included in distribution tarballs 2012-10-09 23:42:52 -04:00
os-compatibility.c cursor: use os_create_anonymous_file() 2012-07-10 14:08:59 -04:00
os-compatibility.h cursor: use os_create_anonymous_file() 2012-07-10 14:08:59 -04:00
wayland-cursor-uninstalled.pc.in build: add uninstalled pkg-config files 2012-05-29 10:09:59 -04:00
wayland-cursor.c Move ARRAY_LENGTH out of public headers 2012-10-19 17:08:38 -04:00
wayland-cursor.h cursor: Add function for calculating current frame in cursor animation 2012-06-15 10:53:58 -04:00
wayland-cursor.pc.in Introduce libwayland-cursor, a cursor helper library 2012-05-22 15:20:13 -04:00
xcursor.c xcursor: Fix allocation based on string length 2012-10-09 23:01:23 -04:00
xcursor.h wayland-cursor: load all cursors from a theme on wl_cursor_theme_load 2012-05-25 23:06:27 -04:00