Re: [PATCH weston v4] Implement text cursor position protocol.

2012-05-31 Thread Scott Moreau
On Thu, May 31, 2012 at 11:10 AM, Kristian Høgsberg wrote: > On Sun, May 27, 2012 at 02:25:02PM -0600, Scott Moreau wrote: > > Here we create a new client/compositor interface in weston to allow > > clients to report their x/y cursor position to the compositor. These > > values are then used to ce

Re: [PATCH weston v4] Implement text cursor position protocol.

2012-05-31 Thread Kristian Høgsberg
On Sun, May 27, 2012 at 02:25:02PM -0600, Scott Moreau wrote: > Here we create a new client/compositor interface in weston to allow > clients to report their x/y cursor position to the compositor. These > values are then used to center the zoom area on this point. This > is useful for everyone, esp

[PATCH weston v4] Implement text cursor position protocol.

2012-05-27 Thread Scott Moreau
Here we create a new client/compositor interface in weston to allow clients to report their x/y cursor position to the compositor. These values are then used to center the zoom area on this point. This is useful for everyone, especially people who are visually impaired. --- Made changes discussed