From c476e30c5e18a503dd697e6a9e1d56f34d9f9565 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:56:40 +0000 Subject: [PATCH] Add function prototypes. Signed-off-by: Christopher Michael SVN revision: 84148 --- src/modules/conf_randr/e_smart_monitor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 6dfd3f2b8..1bf75ed4a 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -4,8 +4,10 @@ # 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); +void e_smart_monitor_crtc_set(Evas_Object *obj, Ecore_X_Randr_Crtc crtc); +void e_smart_monitor_output_set(Evas_Object *obj, Ecore_X_Randr_Output output); +void e_smart_monitor_virtual_size_set(Evas_Object *obj, Evas_Coord vw, Evas_Coord vh); +void e_smart_monitor_grid_set(Evas_Object *obj, Evas_Object *grid); # endif #endif