mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
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>
This commit is contained in:
parent
9326498d03
commit
a88a4386cb
5 changed files with 165 additions and 7 deletions
|
|
@ -4,6 +4,8 @@ include_HEADERS = wayland-cursor.h
|
|||
|
||||
libwayland_cursor_la_SOURCES = \
|
||||
wayland-cursor.c \
|
||||
os-compatibility.c \
|
||||
os-compatibility.h \
|
||||
xcursor.c \
|
||||
xcursor.h
|
||||
libwayland_cursor_la_LIBADD = $(top_builddir)/src/libwayland-client.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue