compositor-wayland: Correct output base make name

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

References: 90bc88c710

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
dev
Yong Bakos 9 years ago committed by Bryce Harrington
parent 50d962fc07
commit e51647f802
  1. 2
      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;

Loading…
Cancel
Save