Re: [PATCH weston 10/10] Remove workspaces protocol

2015-11-05 Thread Bryce Harrington
On Thu, Nov 05, 2015 at 10:28:53AM +0200, Pekka Paalanen wrote: > On Wed, 4 Nov 2015 16:49:59 +0800 > Jonas Ådahl wrote: > > > It doesn't fill a useful function and is not intended to be continued. > > If there is need for workspace manipulation from clients a protocol > > based on those future

Re: [PATCH weston 10/10] Remove workspaces protocol

2015-11-05 Thread Jonas Ådahl
On Thu, Nov 05, 2015 at 10:28:53AM +0200, Pekka Paalanen wrote: > On Wed, 4 Nov 2015 16:49:59 +0800 > Jonas Ådahl wrote: > > > It doesn't fill a useful function and is not intended to be continued. > > If there is need for workspace manipulation from clients a protocol > > based on those future

Re: [PATCH weston 10/10] Remove workspaces protocol

2015-11-05 Thread Pekka Paalanen
On Wed, 4 Nov 2015 16:49:59 +0800 Jonas Ådahl wrote: > It doesn't fill a useful function and is not intended to be continued. > If there is need for workspace manipulation from clients a protocol > based on those future needs need to be properly designed. > workspaces.xml is probably not very re

[PATCH weston 10/10] Remove workspaces protocol

2015-11-04 Thread Jonas Ådahl
It doesn't fill a useful function and is not intended to be continued. If there is need for workspace manipulation from clients a protocol based on those future needs need to be properly designed. workspaces.xml is probably not very relevant since it did the bare minimum. Signed-off-by: Jonas Ådah