Fix the usage of API_ENTRY macro in the new funcion _newest_focus_order_get

By: Thiago Ribeiro Masaki <masaki@profusion.mobi>



SVN revision: 49785
This commit is contained in:
Iván Briano 2010-06-21 18:16:45 +00:00
parent e8e922488e
commit 1e173716de
1 changed files with 1 additions and 1 deletions

View File

@ -1111,7 +1111,7 @@ _newest_focus_order_get(Evas_Object *obj, unsigned int *newest_focus_order)
const Eina_List *l;
Evas_Object *child, *ret, *best;
API_ENTRY NULL;
API_ENTRY return NULL;
if (!evas_object_visible_get(obj)) return NULL;
best = NULL;
if (*newest_focus_order < sd->focus_order)