Re: [PATCH wayland 1/2] protocol: replace pointer.attach with pointer.set_cursor

2012-06-20 Thread William Swanson
On Tue, Jun 19, 2012 at 12:40 AM, Pekka Paalanen wrote: > IMO a first step in clarifying everything is defining how we think > about pixels: are they squares of width and height 1.0, or do we think > of them as points, with unit spacing. The best way to deal with this, I have found, is to treat a

Re: [PATCH wayland 1/2] protocol: replace pointer.attach with pointer.set_cursor

2012-06-19 Thread Pekka Paalanen
On Mon, 18 Jun 2012 16:02:34 +0300 Ander Conselvan de Oliveira wrote: > On 06/18/2012 12:06 PM, Pekka Paalanen wrote: > > On Fri, 15 Jun 2012 17:27:32 +0300 > > Ander Conselvan de Oliveira > > wrote: > > > >> --- > >> protocol/wayland.xml | 27 +-- > >> 1 files change

Re: [PATCH wayland 1/2] protocol: replace pointer.attach with pointer.set_cursor

2012-06-18 Thread Bill Spitzak
Pekka Paalanen wrote: I wonder if we could phrase this paragraph even more clearly... "The parameters hotspot_x,hotspot_y define the cursor hotspot in the cursor surface, given in cursor surface-local coordinates. In other words, if x,y is the cursor position on a (window) surface, then the top

Re: [PATCH wayland 1/2] protocol: replace pointer.attach with pointer.set_cursor

2012-06-18 Thread Ander Conselvan de Oliveira
On 06/18/2012 12:06 PM, Pekka Paalanen wrote: On Fri, 15 Jun 2012 17:27:32 +0300 Ander Conselvan de Oliveira wrote: --- protocol/wayland.xml | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index e

Re: [PATCH wayland 1/2] protocol: replace pointer.attach with pointer.set_cursor

2012-06-18 Thread Pekka Paalanen
On Fri, 15 Jun 2012 17:27:32 +0300 Ander Conselvan de Oliveira wrote: > --- > protocol/wayland.xml | 27 +-- > 1 files changed, 21 insertions(+), 6 deletions(-) > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > index e9c6787..23b244f 100644 > --- a/protoco

[PATCH wayland 1/2] protocol: replace pointer.attach with pointer.set_cursor

2012-06-15 Thread Ander Conselvan de Oliveira
--- protocol/wayland.xml | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index e9c6787..23b244f 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -773,15 +773,30 @@ - -