event: Ungrab root when mouse enters client window.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Kanru Chen 2008-08-03 21:04:52 +08:00 committed by Julien Danjou
parent e7b4d96ab3
commit cb1de2633d
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ event_handle_enternotify(void *data __attribute__ ((unused)),
if((c = client_getbytitlebarwin(ev->event)) if((c = client_getbytitlebarwin(ev->event))
|| (c = client_getbywin(ev->event))) || (c = client_getbywin(ev->event)))
{ {
window_grabbuttons(c->win, c->phys_screen, c->buttons); window_grabbuttons(c->win, ev->root, c->buttons);
/* The idea behind saving pointer_x and pointer_y is Bob Marley powered. /* The idea behind saving pointer_x and pointer_y is Bob Marley powered.
* this will allow us top drop some EnterNotify events and thus not giving * this will allow us top drop some EnterNotify events and thus not giving
* focus to windows appering under the cursor without a cursor move */ * focus to windows appering under the cursor without a cursor move */