Re: [PATCH wayland] cursor: Expose hotspot values as fixed point

2013-04-17 Thread Rob Bradford
On 17 April 2013 09:04, Ander Conselvan de Oliveira wrote: > On 04/16/2013 07:04 PM, Rob Bradford wrote: >> The Wayland protocol specifies that the values to be passed in for the >> cursor >> hotspot should be fixed point. > > This was changed by mistake by: Yeh looks right .. I let my "clever"

Re: [PATCH wayland] cursor: Expose hotspot values as fixed point

2013-04-17 Thread Ander Conselvan de Oliveira
On 04/16/2013 07:04 PM, Rob Bradford wrote: From: Rob Bradford The Wayland protocol specifies that the values to be passed in for the cursor hotspot should be fixed point. This was changed by mistake by: commit 9c0357af6ee42c318ce37b458ae7bdb7d51316cb Author: Peter Hutterer Date: Tue Apr

[PATCH wayland] cursor: Expose hotspot values as fixed point

2013-04-16 Thread Rob Bradford
From: Rob Bradford The Wayland protocol specifies that the values to be passed in for the cursor hotspot should be fixed point. Unfortunately weston was expecting integers - since most clients pass the values from the cursor API into the set_cursor call we can minimize the impact of fixing the bu