cursor: use os_create_anonymous_file()
authorPekka Paalanen <ppaalanen@gmail.com>
Tue, 10 Jul 2012 10:05:02 +0000 (13:05 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 10 Jul 2012 18:08:59 +0000 (14:08 -0400)
commita88a4386cbf5f3a627345f12683210c3b81b292b
tree2cda8cfaf635c3d3494c2303e7cb79ec63872911
parent9326498d03c9c4b0120082387b623ad70b4205c7
cursor: use os_create_anonymous_file()

Copy the implementation of os_create_anonymous_file() here from weston,
so we can use it instead of hardcoding a path to /tmp.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
configure.ac
cursor/Makefile.am
cursor/os-compatibility.c [new file with mode: 0644]
cursor/os-compatibility.h [new file with mode: 0644]
cursor/wayland-cursor.c