Re: [PATCH weston 03/19] desktop-shell: make client_initiated a bool

2015-07-10 Thread Bryce Harrington
On Wed, Jul 01, 2015 at 04:51:24PM +0800, Jonas Ådahl wrote: > On Wed, Jun 03, 2015 at 03:53:22PM -0500, Derek Foreman wrote: > > Make it a bool in both surface_move() and struct weston_move_grab > > > > Signed-off-by: Derek Foreman > > Reviewed-by: Jonas Ådahl Thanks, pushed: To ssh://git.fr

Re: [PATCH weston 03/19] desktop-shell: make client_initiated a bool

2015-07-01 Thread Jonas Ådahl
On Wed, Jun 03, 2015 at 03:53:22PM -0500, Derek Foreman wrote: > Make it a bool in both surface_move() and struct weston_move_grab > > Signed-off-by: Derek Foreman Reviewed-by: Jonas Ådahl > --- > desktop-shell/shell.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > >

[PATCH weston 03/19] desktop-shell: make client_initiated a bool

2015-06-03 Thread Derek Foreman
Make it a bool in both surface_move() and struct weston_move_grab Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index fe620cb..57511d2 100644 --- a/desktop-shel