Re: [PATCH weston] shell: the move, resize, rotate bindings work on the parent of popups

2013-04-03 Thread Kristian Høgsberg
On Wed, Apr 03, 2013 at 05:20:41PM +0200, Giulio Camuffo wrote: > this makes the move, resize and rotate bindings check whenever the > focus surface is a popup, and if it is it will walk the surface > hierarchy unitil it finds a non-popup one, and will apply the > effect on that > --- > src/shell.

[PATCH weston] shell: the move, resize, rotate bindings work on the parent of popups

2013-04-03 Thread Giulio Camuffo
this makes the move, resize and rotate bindings check whenever the focus surface is a popup, and if it is it will walk the surface hierarchy unitil it finds a non-popup one, and will apply the effect on that --- src/shell.c | 27 +++ 1 file changed, 27 insertions(+) diff -