Re: [PATCH weston] touch: Make weston_touch_set_focus() take a touch instead of a seat

2015-05-01 Thread Daniel Stone
On 30 April 2015 at 22:45, Derek Foreman wrote: > The other set_focus() functions take the relevant type instead of a seat > already, so this is consistent. > > Signed-off-by: Derek Foreman R-b, pushed: ca79076..4c93c08 master -> master Cheers, Daniel ___

[PATCH weston] touch: Make weston_touch_set_focus() take a touch instead of a seat

2015-04-30 Thread Derek Foreman
The other set_focus() functions take the relevant type instead of a seat already, so this is consistent. Signed-off-by: Derek Foreman --- In addition to being more consistent with the other similar functions, this also makes my patch to hide the seat->touch pointer behind a helper function that