Pending patch from glima, who's on vacations.
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Sep 2010 18:04:23 +0000 (18:04 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Sep 2010 18:04:23 +0000 (18:04 +0000)
commit5645ccf8d34b739bcc030e6df23ffcf1d509219e
tree8b9d92c73aa59d32a8ced08807a229c8c923534d
parent4afb412eff17262a25a3b9d180971e0319d76e14
Pending patch from glima, who's on vacations.

Add two new canvas level callbacks: OBJECT_FOCUS_IN/OUT
As we already had callbacks for objects gaining or losing focus, then
two more for the Canvas, now we can have the entire Evas be notified when
any object changes its focused status. The object in question is passed
as the event_info for the callback.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@52196 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Evas.h
src/lib/canvas/evas_focus.c