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
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
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