princeamd pushed a commit to branch enlightenment-0.17.

commit f144a53b8782190002313072ed0e779300adcebe
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:56:40 2013 +0000

    Backport: c476e30 :: Add function prototypes.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84148
    Signed-off-by: Deon Thomas <[email protected]>
---
 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 6dfd3f2..1bf75ed 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

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to