princeamd pushed a commit to branch enlightenment-0.17.

commit 98f4caf047d07495c1132add48f0590dd13dc9e9
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 11:01:18 2013 +0000

    Backport: 16abe42 :: Add missing function prototypes.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84229
    Signed-off-by: Deon Thomas <[email protected]>
---
 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 2332b74..79ba0ae 100644
--- a/src/modules/conf_randr/e_smart_monitor.h
+++ b/src/modules/conf_randr/e_smart_monitor.h
@@ -21,7 +21,9 @@ void e_smart_monitor_grid_set(Evas_Object *obj, Evas_Object 
*grid, Evas_Coord gx
 void e_smart_monitor_grid_virtual_size_set(Evas_Object *obj, Evas_Coord vw, 
Evas_Coord vh);
 void e_smart_monitor_background_set(Evas_Object *obj, Evas_Coord dx, 
Evas_Coord dy);
 void e_smart_monitor_current_geometry_set(Evas_Object *obj, Evas_Coord x, 
Evas_Coord y, Evas_Coord w, Evas_Coord h);
+void e_smart_monitor_current_geometry_get(Evas_Object *obj, Evas_Coord *x, 
Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
 void e_smart_monitor_clone_set(Evas_Object *obj, Evas_Object *parent);
+Evas_Object *e_smart_monitor_clone_parent_get(Evas_Object *obj);
 E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj);
 Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj);
 

-- 

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

Build for Windows Store.

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

Reply via email to