Re: [PATCH weston 05/13] Update the input code to handle views

2013-10-13 Thread Bill Spitzak
On 10/12/2013 08:38 PM, Jason Ekstrand wrote: In particular, weston_pointer and weston_touch both have a view as their focus instead of a surface while weston_keyboard, on the other hand, still has a surface as its focus. This is because a surface has no visual location while a view does. Are

[PATCH weston 05/13] Update the input code to handle views

2013-10-12 Thread Jason Ekstrand
In particular, weston_pointer and weston_touch both have a view as their focus instead of a surface while weston_keyboard, on the other hand, still has a surface as its focus. This is because a surface has no visual location while a view does. Another thing worth noting here that will become a st