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

Bryce Harrington bryce at osg.samsung.com
Fri Jun 10 16:40:57 UTC 2016


On Mon, Jun 06, 2016 at 10:21:43AM -0700, Bryce Harrington wrote:
> On Sun, Jun 05, 2016 at 11:01:17AM -0500, Yong Bakos wrote:
> > 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>
> 
> Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>

Pushed:
   50d962f..e51647f  master -> master


> > ---
> >  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
> > 
> > _______________________________________________
> > wayland-devel mailing list
> > wayland-devel at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/wayland-devel
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list