<p dir="ltr"><br>
On Nov 8, 2013 3:46 AM, "Pekka Paalanen" <<a href="mailto:ppaalanen@gmail.com">ppaalanen@gmail.com</a>> wrote:<br>
><br>
> On Thu,  7 Nov 2013 20:13:32 -0600<br>
> Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>> wrote:<br>
><br>
> > Signed-off-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br>
> > ---<br>
> >  src/compositor-wayland.c | 16 ++++++++++++----<br>
> >  src/compositor.c         |  1 +<br>
> >  2 files changed, 13 insertions(+), 4 deletions(-)<br>
> ><br>
> > diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c<br>
> > index e5c6726..e688820 100644<br>
> > --- a/src/compositor-wayland.c<br>
> > +++ b/src/compositor-wayland.c<br>
> ...<br>
> > @@ -1401,13 +1404,14 @@ backend_init(struct wl_display *display, int *argc, char *argv[],<br>
> >       struct wayland_compositor *c;<br>
> >       struct wayland_output *output;<br>
> >       struct weston_config_section *section;<br>
> > -     int x, count, width, height, use_pixman;<br>
> > +     int x, count, width, height, scale, use_pixman;<br>
> >       const char *section_name, *display_name;<br>
> >       char *name;<br>
> ><br>
> >       const struct weston_option wayland_options[] = {<br>
> >               { WESTON_OPTION_INTEGER, "width", 0, &width },<br>
> >               { WESTON_OPTION_INTEGER, "height", 0, &height },<br>
> > +             { WESTON_OPTION_INTEGER, "scale", 0, &scale },<br>
> >               { WESTON_OPTION_STRING, "display", 0, &display_name },<br>
> >               { WESTON_OPTION_BOOLEAN, "use-pixman", 0, &use_pixman },<br>
> >               { WESTON_OPTION_INTEGER, "output-count", 0, &count },<br>
> ...<br>
> > diff --git a/src/compositor.c b/src/compositor.c<br>
> > index 2126742..d77d565 100644<br>
> > --- a/src/compositor.c<br>
> > +++ b/src/compositor.c<br>
> > @@ -3699,6 +3699,7 @@ usage(int error_code)<br>
> >               "Options for wayland-backend.so:\n\n"<br>
> >               "  --width=WIDTH\t\tWidth of Wayland surface\n"<br>
> >               "  --height=HEIGHT\tHeight of Wayland surface\n"<br>
> > +             "  --scale=SCALE\tScale factor of ouput\n"<br>
> >               "  --use-pixman\t\tUse the pixman (CPU) renderer\n"<br>
> >               "  --output-count=COUNT\tCreate multiple outputs\n"<br>
> >               "  --display=DISPLAY\tWayland display to connect to\n\n");<br>
><br>
> Hi Jason,<br>
><br>
> could you also update the man pages with the new command line options?</p>
<p dir="ltr">I'll try and get that patched tonight.<br>
--Jason Ekstrand</p>