[event] Add more comment about the Bob Marley algorithm

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-03-26 16:57:50 +01:00
parent 227c31fd77
commit 553af0db03
1 changed files with 3 additions and 1 deletions

View File

@ -260,7 +260,9 @@ event_handle_enternotify(XEvent *e)
&& ev->y_root == globalconf.pointer_y))
return;
/* the idea behing 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
* focus to windows appering under the cursor without a cursor move */
globalconf.pointer_x = ev->x_root;
globalconf.pointer_y = ev->y_root;