projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578cc78
)
Fix the usage of API_ENTRY macro in the new funcion _newest_focus_order_get
author
Iván Briano
<sachieru@gmail.com>
Mon, 21 Jun 2010 18:16:45 +0000
(18:16 +0000)
committer
Iván Briano
<sachieru@gmail.com>
Mon, 21 Jun 2010 18:16:45 +0000
(18:16 +0000)
By: Thiago Ribeiro Masaki <masaki@profusion.mobi>
SVN revision: 49785
src/lib/elm_widget.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget.c
b/src/lib/elm_widget.c
index
5fd054d
..
176b5c0
100644
(file)
--- a/
src/lib/elm_widget.c
+++ b/
src/lib/elm_widget.c
@@
-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)