Re: [PATCH weston] window: Always pass focused widget to widget motion handlers

2012-10-19 Thread Kristian Høgsberg
On Fri, Oct 19, 2012 at 07:56:02PM +0200, Jonas Ådahl wrote: > Grabbed widgets should always receive motion events as if it was the > widget that would receive it if no grab was active. This means that the > focused widget should always be passed as the widget argument to widget > motion handlers.

[PATCH weston] window: Always pass focused widget to widget motion handlers

2012-10-19 Thread Jonas Ådahl
Grabbed widgets should always receive motion events as if it was the widget that would receive it if no grab was active. This means that the focused widget should always be passed as the widget argument to widget motion handlers. This reverts commit 8c9c8fcf6e294f0446446d8e9bdfeb37294743c3. Signe