[mutter/wip/wayland] squash: Fix the name of the temporary file used in the keyboard
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/wayland] squash: Fix the name of the temporary file used in the keyboard
- Date: Wed, 24 Jul 2013 16:49:41 +0000 (UTC)
commit 4f507d870d60006257ceb3287e104154198f57b6
Author: Neil Roberts <neil linux intel com>
Date: Wed Jul 24 17:49:27 2013 +0100
squash: Fix the name of the temporary file used in the keyboard
This was an oversight while copying the code from weston.
This should be squashed into the patch
“wayland: Add basic input support”
src/wayland/meta-wayland-keyboard.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-keyboard.c b/src/wayland/meta-wayland-keyboard.c
index 517cd78..c43de91 100644
--- a/src/wayland/meta-wayland-keyboard.c
+++ b/src/wayland/meta-wayland-keyboard.c
@@ -71,7 +71,7 @@ static int
create_anonymous_file (off_t size,
GError **error)
{
- static const char template[] = "weston-shared-XXXXXX";
+ static const char template[] = "mutter-shared-XXXXXX";
char *path;
int fd, flags;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]