From e51647f802248b7214900530adccb55633bc2507 Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Sun, 5 Jun 2016 11:01:17 -0500 Subject: [PATCH] compositor-wayland: Correct output base make name Change the output make value from "waywayland" to "wayland". References: 90bc88c710b34f46ef89e1c5765e5f63f8e02847 Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- 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 5b802f5d..1343e21f 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;