Re: [PATCH weston 08/17] xdg-shell: Further clarify xdg_surface.move semantics

2015-04-30 Thread Jasper St. Pierre
If there's an application that wants a move indicator, we could provide a "moving" state, but since the application doesn't get any feedback about the move, ever, I'm not sure this is useful. On Thu, Apr 30, 2015 at 7:36 AM, Pekka Paalanen wrote: > On Tue, 7 Apr 2015 18:40:03 -0700 > Bryce Harrin

Re: [PATCH weston 08/17] xdg-shell: Further clarify xdg_surface.move semantics

2015-04-30 Thread Pekka Paalanen
On Tue, 7 Apr 2015 18:40:03 -0700 Bryce Harrington wrote: > On Tue, Apr 07, 2015 at 05:01:23PM +0800, Jonas Ådahl wrote: > > Signed-off-by: Jonas Ådahl > > --- > > protocol/xdg-shell.xml | 13 +++-- > > 1 file changed, 11 insertions(+), 2 deletions(-) > > > > diff --git a/protocol/xdg-

Re: [PATCH weston 08/17] xdg-shell: Further clarify xdg_surface.move semantics

2015-04-07 Thread Bryce Harrington
On Tue, Apr 07, 2015 at 05:01:23PM +0800, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl > --- > protocol/xdg-shell.xml | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml > index d013803..46775fe 100644 > --- a

[PATCH weston 08/17] xdg-shell: Further clarify xdg_surface.move semantics

2015-04-07 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- protocol/xdg-shell.xml | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index d013803..46775fe 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -233,10 +233,19 @@