Re: [PATCH weston] shell: When rotating use the parent if available

2015-09-11 Thread Derek Foreman
On 03/09/15 03:26 PM, Bryce Harrington wrote: > On Wed, Sep 02, 2015 at 11:32:05AM -0500, Derek Foreman wrote: >> This prevents the rotation mouse bind from rotating pop-up menus >> directly by using a shell surface's eldest parent instead. >> >> Signed-off-by: Derek Foreman >> --- >> desktop-she

Re: [PATCH weston] shell: When rotating use the parent if available

2015-09-03 Thread Bryce Harrington
On Wed, Sep 02, 2015 at 11:32:05AM -0500, Derek Foreman wrote: > This prevents the rotation mouse bind from rotating pop-up menus > directly by using a shell surface's eldest parent instead. > > Signed-off-by: Derek Foreman > --- > desktop-shell/shell.c | 6 ++ > 1 file changed, 6 insertions

[PATCH weston] shell: When rotating use the parent if available

2015-09-02 Thread Derek Foreman
This prevents the rotation mouse bind from rotating pop-up menus directly by using a shell surface's eldest parent instead. Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 034d39b