Re: [PATCH] xwayland: Do set root clip with rootless

2015-11-21 Thread Olivier Fourdan
Hi Adam, - Original Message - > On Fri, 2015-11-20 at 18:41 +0100, Olivier Fourdan wrote: > [...] > > @@ -184,7 +181,6 @@ update_screen_size(struct xwl_output *xwl_output, int > > width, int height) > >  if (xwl_screen->screen->root) { > >  

Re: [PATCH v2] xwayland: Do set root clip with rootless

2015-11-21 Thread Julien Cristau
On Sat, Nov 21, 2015 at 14:43:47 +0100, Olivier Fourdan wrote: > diff --git a/hw/xwayland/xwayland-glamor.c b/hw/xwayland/xwayland-glamor.c > index ebaf05a..16d1ab9 100644 > --- a/hw/xwayland/xwayland-glamor.c > +++ b/hw/xwayland/xwayland-glamor.c > @@ -233,9 +233,11 @@

[PATCH v2] xwayland: Do set root clip with rootless

2015-11-21 Thread Olivier Fourdan
Otherwise the server may try to draw onto the root window when closing down, but when running rootless the root window has no storage thus causing a memory corruption. Thanks to Adam Jackson for helping tracking this down! Bugzilla: