[elm] Put some order on elm_widget.c.

SVN revision: 75903
This commit is contained in:
Gustavo Lima Chaves 2012-08-30 16:47:10 +00:00
parent 3e2869d588
commit 0f0cd0d914
2 changed files with 996 additions and 960 deletions

View File

@ -311,7 +311,6 @@ void _elm_module_unload(Elm_Module *m);
const void *_elm_module_symbol_get(Elm_Module *m,
const char *name);
void _elm_widget_focus_region_show(const Evas_Object *obj);
void _elm_widget_top_win_focused_set(Evas_Object *obj,
Eina_Bool top_win_focused);
Eina_Bool _elm_widget_top_win_focused_get(const Evas_Object *obj);
@ -320,7 +319,6 @@ void _elm_unneed_ethumb(void);
void _elm_unneed_web(void);
void _elm_rescale(void);
void _elm_widget_mirrored_reload(Evas_Object *obj);
void _elm_config_init(void);
void _elm_config_sub_init(void);

File diff suppressed because it is too large Load Diff