E (RandR): Add function prototype to randr widget so we can retrieve

list of monitors.

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

SVN revision: 77691
This commit is contained in:
Christopher Michael 2012-10-10 06:20:37 +00:00 committed by Christopher Michael
parent 47977be1ca
commit 1f1640f77b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,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);
# endif
#endif