From 4f8bb6f04cabe8c2421ca198aad06ce0508e4755 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:55:42 +0000 Subject: [PATCH] Backport: 82a0808 :: Add function prototypes for setting monitor crtc and output config. Signed-off-by: Christopher Michael SVN revision: 84129 Signed-off-by: Deon Thomas --- 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 babed799e..6dfd3f2b8 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -4,6 +4,8 @@ # define E_SMART_MONITOR_H Evas_Object *e_smart_monitor_add(Evas *evas); +void e_smart_monitor_crtc_set(Evas_Object *obj, E_Randr_Crtc_Config *crtc); +void e_smart_monitor_output_set(Evas_Object *obj, E_Randr_Output_Config *output); # endif #endif