Re: [PATCH weston] xwayland: Remove transform listener when destroying the wm

2013-08-15 Thread Kristian Høgsberg
On Thu, Aug 15, 2013 at 01:22:06AM +0100, Daniel Stone wrote: > Hi, > > On 30 July 2013 00:15, Kristian Høgsberg wrote: > > On Sat, Jul 20, 2013 at 05:16:45AM +0100, Louis-Francis Ratté-Boulianne > > wrote: > >> Fix a segfault occuring after the last X window was closed. > > > > Thanks, that loo

Re: [PATCH weston] xwayland: Remove transform listener when destroying the wm

2013-08-14 Thread Daniel Stone
Hi, On 30 July 2013 00:15, Kristian Høgsberg wrote: > On Sat, Jul 20, 2013 at 05:16:45AM +0100, Louis-Francis Ratté-Boulianne wrote: >> Fix a segfault occuring after the last X window was closed. > > Thanks, that looks good. Did this get lost? Cheers, Daniel >> src/xwayland/window-manager.c |

Re: [PATCH weston] xwayland: Remove transform listener when destroying the wm

2013-07-29 Thread Kristian Høgsberg
On Sat, Jul 20, 2013 at 05:16:45AM +0100, Louis-Francis Ratté-Boulianne wrote: > Fix a segfault occuring after the last X window was closed. Thanks, that looks good. Kristian > src/xwayland/window-manager.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/xwayland/window-manager

[PATCH weston] xwayland: Remove transform listener when destroying the wm

2013-07-19 Thread Louis-Francis Ratté-Boulianne
Fix a segfault occuring after the last X window was closed. --- src/xwayland/window-manager.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index fd91004..57a5d99 100644 --- a/src/xwayland/window-manager.c +++ b/src/xwayland/wi