Re: [PATCH xserver 2/3] xwayland: handle global object destruction

2013-08-21 Thread Kristian Høgsberg
On Wed, Aug 21, 2013 at 09:53:26AM +0200, Giovanni Campagna wrote: > From: Giovanni Campagna > > Certain global objects, such as outputs, can be destroyed during > the session. We must handle that and not crash. > --- > hw/xfree86/xwayland/xwayland-drm.c | 7 ++ > hw/xfree86/xwayland/xw

[PATCH xserver 2/3] xwayland: handle global object destruction

2013-08-21 Thread Giovanni Campagna
From: Giovanni Campagna Certain global objects, such as outputs, can be destroyed during the session. We must handle that and not crash. --- hw/xfree86/xwayland/xwayland-drm.c | 7 ++ hw/xfree86/xwayland/xwayland-input.c | 7 ++ hw/xfree86/xwayland/xwayland-output.c | 40 +++