Add function prototypes to header(s) where missing.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81079
This commit is contained in:
Christopher Michael 2012-12-17 09:19:25 +00:00 committed by Christopher Michael
parent 467da0c1a5
commit f18f5572aa
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ void e_smart_monitor_output_set(Evas_Object *obj, E_Randr_Output_Info *output);
E_Randr_Output_Info *e_smart_monitor_output_get(Evas_Object *obj);
void e_smart_monitor_layout_set(Evas_Object *obj, Evas_Object *layout);
Evas_Object *e_smart_monitor_layout_get(Evas_Object *obj);
void e_smart_monitor_move(Evas_Object *obj, Evas_Coord x, Evas_Coord y);
void e_smart_monitor_resize(Evas_Object *obj, Evas_Coord w, Evas_Coord h);
# endif
#endif

View File

@ -6,6 +6,7 @@
Evas_Object *e_smart_randr_add(Evas *evas);
void e_smart_randr_current_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h);
void e_smart_randr_monitors_create(Evas_Object *obj);
void e_smart_randr_monitor_add(Evas_Object *obj, Evas_Object *mon);
# endif
#endif