mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 22:48:01 +02:00
xwayland: Prefix shm tmp file names with xwayland
Prefix the temporary file names used for allocating pixmaps with
"xwayland-" instead of "weston-". This makes it less confusing while
looking at the file names of the currently open fds of the Xwayland
process.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
(cherry picked from commit 544b414926)
This commit is contained in:
parent
de7f91c079
commit
10e4650471
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ create_tmpfile_cloexec(char *tmpname)
|
|||
static int
|
||||
os_create_anonymous_file(off_t size)
|
||||
{
|
||||
static const char template[] = "/weston-shared-XXXXXX";
|
||||
static const char template[] = "/xwayland-shared-XXXXXX";
|
||||
const char *path;
|
||||
char *name;
|
||||
int fd;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue