[PATCH] compositor: Disallow negative geometries in backend output configs

Bryce Harrington bryce at osg.samsung.com
Thu Oct 29 13:54:40 PDT 2015


On Sat, Oct 24, 2015 at 09:53:15AM +0300, Giulio Camuffo wrote:
> 2015-10-24 1:29 GMT+03:00 Bryce Harrington <bryce at osg.samsung.com>:
> > Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> > ---
> >  src/compositor.h | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/src/compositor.h b/src/compositor.h
> > index 6bb6222..4443c72 100644
> > --- a/src/compositor.h
> > +++ b/src/compositor.h
> > @@ -619,9 +619,9 @@ enum weston_capability {
> >   */
> >  struct weston_backend_output_config {
> >         uint32_t transform;
> > -       int32_t width;
> > -       int32_t height;
> > -       int scale;
> > +       uint32_t width;
> > +       uint32_t height;
> > +       uint32_t scale;
> >  };
> 
> Reviewed-by: Giulio Camuffo <giuliocamuffo at gmail.com>

Thanks, pushed:

remote: I: patch #62819 updated using rev 32c3211e386d27f43d1be091d420342566a1bef1
remote: I: 1 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/wayland/weston
   cd0f1ac..32c3211  master -> master


More information about the wayland-devel mailing list