E (RandR): Add function prototype to randr widget so we can retrieve
authorChristopher Michael <cp.michael@samsung.com>
Wed, 10 Oct 2012 06:20:37 +0000 (06:20 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 10 Oct 2012 06:20:37 +0000 (06:20 +0000)
list of monitors.

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

src/modules/conf_randr/e_smart_randr.h

index 89433cd..56cd442 100644 (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