[PATCH weston] compositor-wayland: Correct output base make name

Yong Bakos junk at humanoriented.com
Sun Jun 5 16:01:17 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

Change the output make value from "waywayland" to "wayland".

References: 90bc88c710b34f46ef89e1c5765e5f63f8e02847

Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
 src/compositor-wayland.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
index fe8b082..2e0ea68 100644
--- a/src/compositor-wayland.c
+++ b/src/compositor-wayland.c
@@ -1005,7 +1005,7 @@ wayland_output_create(struct wayland_backend *b, int x, int y,
 		return NULL;
 
 	output->name = name ? strdup(name) : NULL;
-	output->base.make = "waywayland";
+	output->base.make = "wayland";
 	output->base.model = "none";
 
 	output_width = width * scale;
-- 
2.7.2



More information about the wayland-devel mailing list