window: Always pass focused widget to widget motion handlers
authorJonas Ådahl <jadahl@gmail.com>
Fri, 19 Oct 2012 17:56:02 +0000 (19:56 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 19 Oct 2012 20:56:08 +0000 (16:56 -0400)
commitf461eee2b0bc99e2d444544f9cb3d9e21200595d
treeb23f86d8eea2f76a0e435c5895fba56dd13e3892
parentf82eda524753498cc29a087381ca1f01d10ab117
window: Always pass focused widget to widget motion handlers

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.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
clients/window.c