Re: [PATCH weston] input: check that the new focus surface has a valid resource

2013-09-23 Thread Giulio Camuffo
2013/9/23 Kristian Høgsberg : > On Mon, Sep 23, 2013 at 12:33:39PM +0200, Giulio Camuffo wrote: >> Here too we must make sure the surface has a valid resource, as >> there are some (xwayland, surfaces created by the shell) that >> don't have it. >> Fix a Weston crash when setting a mpv window fulls

Re: [PATCH weston] input: check that the new focus surface has a valid resource

2013-09-23 Thread Kristian Høgsberg
On Mon, Sep 23, 2013 at 12:33:39PM +0200, Giulio Camuffo wrote: > Here too we must make sure the surface has a valid resource, as > there are some (xwayland, surfaces created by the shell) that > don't have it. > Fix a Weston crash when setting a mpv window fullscreen on drm. We have the same prob

[PATCH weston] input: check that the new focus surface has a valid resource

2013-09-23 Thread Giulio Camuffo
Here too we must make sure the surface has a valid resource, as there are some (xwayland, surfaces created by the shell) that don't have it. Fix a Weston crash when setting a mpv window fullscreen on drm. --- src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input