E (RandR): Add function prototype to get if randr widget changed.

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

SVN revision: 77872
This commit is contained in:
Christopher Michael 2012-10-11 12:42:34 +00:00 committed by Christopher Michael
parent 71eeb7c458
commit f7ee5261b9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Evas_Object *e_smart_randr_add(Evas *evas);
void e_smart_randr_virtual_size_set(Evas_Object *obj, Evas_Coord vw, Evas_Coord vh);
void e_smart_randr_monitor_add(Evas_Object *obj, Evas_Object *mon);
Eina_List *e_smart_randr_monitors_get(Evas_Object *obj);
Eina_Bool e_smart_randr_changed_get(Evas_Object *obj);
# endif
#endif