fix shelf autohiding for when people slowly, over the course of an hour or longer, move their mouses a single pixel distance out of the shelf onto a gtk app

ticket #1884


SVN revision: 81327
This commit is contained in:
Mike Blumenkrantz 2012-12-19 08:55:51 +00:00
parent ed479f04ab
commit 504c88e033
1 changed files with 1 additions and 3 deletions

View File

@ -1845,9 +1845,7 @@ _e_shelf_cb_mouse_move_autohide_fuck_systray(E_Shelf *es)
ecore_x_pointer_xy_get(es->zone->container->manager->root, &x, &y);
ev.root.x = x, ev.root.y = y;
_e_shelf_cb_mouse_in(es, ECORE_EVENT_MOUSE_MOVE, &ev);
if (es->autohide_timer) ecore_timer_del(es->autohide_timer);
es->autohide_timer = NULL;
return EINA_FALSE;
return EINA_TRUE;
}
static Eina_Bool