Add prototypes for randr_changed_get and randr_changes_apply functions.

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

SVN revision: 81104
This commit is contained in:
Christopher Michael 2012-12-17 09:20:46 +00:00 committed by Christopher Michael
parent 0b31476241
commit 6e1b9916f3
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ 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);
void e_smart_randr_monitor_del(Evas_Object *obj, Evas_Object *mon);
Eina_Bool e_smart_randr_changed_get(Evas_Object *obj);
void e_smart_randr_changes_apply(Evas_Object *obj, Ecore_X_Window root);
# endif
#endif