Re: [PATCH weston] xwm: find a seat for all the surface's views

2014-11-18 Thread Pekka Paalanen
On Tue, 18 Nov 2014 15:17:55 +0200 Giulio Camuffo wrote: > 2014-11-18 15:05 GMT+02:00 Pekka Paalanen : > > On Wed, 12 Nov 2014 13:32:59 +0200 > > Giulio Camuffo wrote: > > > >> 2014-11-12 13:25 GMT+02:00 Pekka Paalanen : > >> > On Sat, 4 Oct 2014 13:58:33 +0300 > >> > Giulio Camuffo wrote: > >

Re: [PATCH weston] xwm: find a seat for all the surface's views

2014-11-18 Thread Giulio Camuffo
2014-11-18 15:05 GMT+02:00 Pekka Paalanen : > On Wed, 12 Nov 2014 13:32:59 +0200 > Giulio Camuffo wrote: > >> 2014-11-12 13:25 GMT+02:00 Pekka Paalanen : >> > On Sat, 4 Oct 2014 13:58:33 +0300 >> > Giulio Camuffo wrote: >> > >> >> This allows to move or resize a xwayland client by acting on all

Re: [PATCH weston] xwm: find a seat for all the surface's views

2014-11-18 Thread Pekka Paalanen
On Wed, 12 Nov 2014 13:32:59 +0200 Giulio Camuffo wrote: > 2014-11-12 13:25 GMT+02:00 Pekka Paalanen : > > On Sat, 4 Oct 2014 13:58:33 +0300 > > Giulio Camuffo wrote: > > > >> This allows to move or resize a xwayland client by acting on all > >> its views. > > > > Hmm, is this a good thing? Wha

Re: [PATCH weston] xwm: find a seat for all the surface's views

2014-11-12 Thread Giulio Camuffo
2014-11-12 13:25 GMT+02:00 Pekka Paalanen : > On Sat, 4 Oct 2014 13:58:33 +0300 > Giulio Camuffo wrote: > >> This allows to move or resize a xwayland client by acting on all >> its views. > > Hmm, is this a good thing? What use cases you had in mind? I have two views for the same surface, and th

Re: [PATCH weston] xwm: find a seat for all the surface's views

2014-11-12 Thread Pekka Paalanen
On Sat, 4 Oct 2014 13:58:33 +0300 Giulio Camuffo wrote: > This allows to move or resize a xwayland client by acting on all > its views. Hmm, is this a good thing? What use cases you had in mind? Shouldn't there be a difference between move/resizeable views and other views? Like if you have an

[PATCH weston] xwm: find a seat for all the surface's views

2014-10-04 Thread Giulio Camuffo
This allows to move or resize a xwayland client by acting on all its views. --- xwayland/window-manager.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index 4e91f9d..a283a3c 100644 --- a/xwayland/window-manager.c +