Add missing function prototypes.

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

SVN revision: 84218
This commit is contained in:
Christopher Michael 2013-02-19 11:00:00 +00:00 committed by Christopher Michael
parent 0ac5ed720a
commit f52d507845
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ void e_smart_monitor_grid_virtual_size_set(Evas_Object *obj, Evas_Coord vw, Evas
void e_smart_monitor_background_set(Evas_Object *obj, Evas_Coord dx, Evas_Coord dy);
void e_smart_monitor_current_geometry_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
void e_smart_monitor_clone_set(Evas_Object *obj, Evas_Object *parent);
E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj);
Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj);
# endif
#endif

View File

@ -7,6 +7,8 @@ Evas_Object *e_smart_randr_add(Evas *evas);
void e_smart_randr_virtual_size_calc(Evas_Object *obj);
void e_smart_randr_monitors_create(Evas_Object *obj);
void e_smart_randr_min_size_get(Evas_Object *obj, Evas_Coord *mw, Evas_Coord *mh);
Eina_Bool e_smart_randr_changed_get(Evas_Object *obj);
void e_smart_randr_changes_apply(Evas_Object *obj);
# endif
#endif