Re: [PATCH wayland 3/4] cursor: use os_create_anonymous_file()

2012-07-10 Thread Kristian Høgsberg
On Tue, Jul 10, 2012 at 01:05:02PM +0300, Pekka Paalanen wrote: > Copy the implementation of os_create_anonymous_file() here from weston, > so we can use it instead of hardcoding a path to /tmp. Thanks, that's better. Kristian > Signed-off-by: Pekka Paalanen > --- > configure.ac |

[PATCH wayland 3/4] cursor: use os_create_anonymous_file()

2012-07-10 Thread Pekka Paalanen
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 --- configure.ac |2 +- cursor/Makefile.am|2 + cursor/os-compatibility.c | 128 +