Re: [PATCH wayland] cursor: Remove "weston" from anonymous shm filenames

2016-11-21 Thread Daniel Stone
On 27 July 2016 at 17:06, Derek Foreman  wrote:
> This mildly confused me during some debugging, so I guess it wouldn't
> hurt to make the filename more indicative of where it was actually
> created.
>
> Signed-off-by: Derek Foreman 

Heh. Branding!

To ssh://git.freedesktop.org/git/wayland/wayland
   9ac70f4..5c48aac  master -> master

Cheers,
Daniel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland] cursor: Remove "weston" from anonymous shm filenames

2016-08-08 Thread Giulio Camuffo
Hi,

Reviewed-by: Giulio Camuffo 

2016-07-27 21:02 GMT+02:00 Yong Bakos :
> On Jul 27, 2016, at 9:06 AM, Derek Foreman  wrote:
>>
>> This mildly confused me during some debugging, so I guess it wouldn't
>> hurt to make the filename more indicative of where it was actually
>> created.
>>
>> Signed-off-by: Derek Foreman 
>
> This updates some legacy naming, and is
>
> Reviewed-by: Yong Bakos 
>
> yong
>
>
>> ---
>> cursor/os-compatibility.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c
>> index d7d4b33..e972d21 100644
>> --- a/cursor/os-compatibility.c
>> +++ b/cursor/os-compatibility.c
>> @@ -103,7 +103,7 @@ create_tmpfile_cloexec(char *tmpname)
>> int
>> os_create_anonymous_file(off_t size)
>> {
>> - static const char template[] = "/weston-shared-XX";
>> + static const char template[] = "/wayland-cursor-shared-XX";
>>   const char *path;
>>   char *name;
>>   int fd;
>> --
>> 2.8.1
>>
>> ___
>> wayland-devel mailing list
>> wayland-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland] cursor: Remove "weston" from anonymous shm filenames

2016-07-27 Thread Yong Bakos
On Jul 27, 2016, at 9:06 AM, Derek Foreman  wrote:
> 
> This mildly confused me during some debugging, so I guess it wouldn't
> hurt to make the filename more indicative of where it was actually
> created.
> 
> Signed-off-by: Derek Foreman 

This updates some legacy naming, and is

Reviewed-by: Yong Bakos 

yong


> ---
> cursor/os-compatibility.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c
> index d7d4b33..e972d21 100644
> --- a/cursor/os-compatibility.c
> +++ b/cursor/os-compatibility.c
> @@ -103,7 +103,7 @@ create_tmpfile_cloexec(char *tmpname)
> int
> os_create_anonymous_file(off_t size)
> {
> - static const char template[] = "/weston-shared-XX";
> + static const char template[] = "/wayland-cursor-shared-XX";
>   const char *path;
>   char *name;
>   int fd;
> -- 
> 2.8.1
> 
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland] cursor: Remove "weston" from anonymous shm filenames

2016-07-27 Thread Derek Foreman
This mildly confused me during some debugging, so I guess it wouldn't
hurt to make the filename more indicative of where it was actually
created.

Signed-off-by: Derek Foreman 
---
 cursor/os-compatibility.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c
index d7d4b33..e972d21 100644
--- a/cursor/os-compatibility.c
+++ b/cursor/os-compatibility.c
@@ -103,7 +103,7 @@ create_tmpfile_cloexec(char *tmpname)
 int
 os_create_anonymous_file(off_t size)
 {
-   static const char template[] = "/weston-shared-XX";
+   static const char template[] = "/wayland-cursor-shared-XX";
const char *path;
char *name;
int fd;
-- 
2.8.1

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel