Re: [PATCH v3] shell: Fix crash when an input panel is hiding

2012-09-26 Thread Kristian Høgsberg
On Wed, Sep 26, 2012 at 02:39:45PM +0200, Jan Arne Petersen wrote: > From: Jan Arne Petersen > > Set the geometry.dirty on the input panel surface before calling > weston_surface_update_transform, so that the surface gets an output > assigned. Ah, that looks like the right fix. I think we shoul

[PATCH v3] shell: Fix crash when an input panel is hiding

2012-09-26 Thread Jan Arne Petersen
From: Jan Arne Petersen Set the geometry.dirty on the input panel surface before calling weston_surface_update_transform, so that the surface gets an output assigned. --- src/shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell.c b/src/shell.c index 2afa1b3..e2715d6 100644 --- a