princeamd pushed a commit to branch enlightenment-0.17.

commit b9da0c55e0d1518aedcf33c0ed929cd66ce10f41
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 11:00:00 2013 +0000

    Backport: f52d507 :: Add missing function prototypes.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84218
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_monitor.h | 2 ++
 src/modules/conf_randr/e_smart_randr.h   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/modules/conf_randr/e_smart_monitor.h 
b/src/modules/conf_randr/e_smart_monitor.h
index 1e75d4f..2332b74 100644
--- a/src/modules/conf_randr/e_smart_monitor.h
+++ b/src/modules/conf_randr/e_smart_monitor.h
@@ -22,6 +22,8 @@ void e_smart_monitor_grid_virtual_size_set(Evas_Object *obj, 
Evas_Coord vw, Evas
 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_clone_set(Evas_Object *obj, Evas_Object *parent);
+E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj);
+Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj);
 
 # endif
 #endif
diff --git a/src/modules/conf_randr/e_smart_randr.h 
b/src/modules/conf_randr/e_smart_randr.h
index b898244..2062e03 100644
--- a/src/modules/conf_randr/e_smart_randr.h
+++ b/src/modules/conf_randr/e_smart_randr.h
@@ -7,6 +7,8 @@ Evas_Object *e_smart_randr_add(Evas *evas);
 void e_smart_randr_virtual_size_calc(Evas_Object *obj);
 void e_smart_randr_monitors_create(Evas_Object *obj);
 void e_smart_randr_min_size_get(Evas_Object *obj, Evas_Coord *mw, Evas_Coord 
*mh);
+Eina_Bool e_smart_randr_changed_get(Evas_Object *obj);
+void e_smart_randr_changes_apply(Evas_Object *obj);
 
 # 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