aboutsummaryrefslogtreecommitdiffstats
path: root/cursor/os-compatibility.h
Commit message (Collapse)AuthorAgeFilesLines
* cursor/os-compatibility: move resizing into a separate functionJan Beich2020-02-231-0/+3
| | | | Signed-off-by: Jan Beich <jbeich@FreeBSD.org>
* cursor: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
| | | | | Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* cursor: use os_create_anonymous_file()Pekka Paalanen2012-07-101-0/+31
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>