princeamd pushed a commit to branch enlightenment-0.17.

commit ac9ed0f98ea845374e543b9ab00120508485d265
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:55:36 2013 +0000

    Backport: 468998f :: Add initial start of code to create monitors.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84127
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_randr.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/modules/conf_randr/e_smart_randr.c 
b/src/modules/conf_randr/e_smart_randr.c
index c5c5b45..1f49df6 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -1,6 +1,7 @@
 #include "e.h"
 #include "e_mod_main.h"
 #include "e_smart_randr.h"
+#include "e_smart_monitor.h"
 
 /* local structures */
 typedef struct _E_Smart_Data E_Smart_Data;
@@ -46,6 +47,15 @@ e_smart_randr_add(Evas *evas)
    return evas_object_smart_add(evas, smart);
 }
 
+void 
+e_smart_randr_monitors_create(Evas_Object *obj)
+{
+   E_Smart_Data *sd;
+
+   /* try to get the objects smart data */
+   if (!(sd = evas_object_smart_data_get(obj))) return;
+}
+
 /* local functions */
 static void 
 _e_smart_add(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