Re: [PATCH weston 08/13] Remove support for text cursor position based output zooming

2013-10-13 Thread Bill Spitzak
Sorry, misunderstood your patch. You are not removing the text cursor position, just the ability of the demo shell to zoom in on it. On 10/13/2013 01:35 PM, Bill Spitzak wrote: On 10/12/2013 08:38 PM, Jason Ekstrand wrote: The entire concept of a text cursor position requires a concept of a "p

Re: [PATCH weston 08/13] Remove support for text cursor position based output zooming

2013-10-13 Thread Bill Spitzak
On 10/12/2013 08:38 PM, Jason Ekstrand wrote: The entire concept of a text cursor position requires a concept of a "primary view". While this could be implemented in a shell, the current implementation crosses the shell/compositor line in strange ways. For now, it is simplest to just remove sup

[PATCH weston 08/13] Remove support for text cursor position based output zooming

2013-10-12 Thread Jason Ekstrand
The entire concept of a text cursor position requires a concept of a "primary view". While this could be implemented in a shell, the current implementation crosses the shell/compositor line in strange ways. For now, it is simplest to just remove support for this. If we decide we want it in the f