Re: [PATCH wayland 06/10] Add cursor object representing the visible pointer

2012-07-25 Thread Kristian Høgsberg
On Wed, Jul 25, 2012 at 6:45 AM, Ander Conselvan de Oliveira wrote: > On 07/23/2012 09:54 PM, Daniel Stone wrote: >> >> The wl_cursor object represents a visible on-screen cursor, with >> co-ordinates and a surface image. Add hooks for compositors to be able >> to discover new cursors and be info

Re: [PATCH wayland 06/10] Add cursor object representing the visible pointer

2012-07-25 Thread Ander Conselvan de Oliveira
On 07/23/2012 09:54 PM, Daniel Stone wrote: The wl_cursor object represents a visible on-screen cursor, with co-ordinates and a surface image. Add hooks for compositors to be able to discover new cursors and be informed when they change, and have the core implementation track the location. I l

[PATCH wayland 06/10] Add cursor object representing the visible pointer

2012-07-23 Thread Daniel Stone
The wl_cursor object represents a visible on-screen cursor, with co-ordinates and a surface image. Add hooks for compositors to be able to discover new cursors and be informed when they change, and have the core implementation track the location. Signed-off-by: Daniel Stone --- src/data-device.