From 6521caab4016e59941bb8c97ace364f83b34ba9c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:55:25 +0000 Subject: [PATCH] Add header function for creating new monitors. Signed-off-by: Christopher Michael SVN revision: 84123 --- src/modules/conf_randr/e_smart_monitor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 615a3f198..babed799e 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -3,5 +3,7 @@ # ifndef E_SMART_MONITOR_H # define E_SMART_MONITOR_H +Evas_Object *e_smart_monitor_add(Evas *evas); + # endif #endif