From f7ee5261b98611bdd3bffa0424c4b8f05d8614f0 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 11 Oct 2012 12:42:34 +0000 Subject: [PATCH] E (RandR): Add function prototype to get if randr widget changed. Signed-off-by: Christopher Michael SVN revision: 77872 --- src/modules/conf_randr/e_smart_randr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_randr/e_smart_randr.h b/src/modules/conf_randr/e_smart_randr.h index 56cd442f8..1fa7178ca 100644 --- a/src/modules/conf_randr/e_smart_randr.h +++ b/src/modules/conf_randr/e_smart_randr.h @@ -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