princeamd pushed a commit to branch enlightenment-0.17.

commit 0bcf3180f6b355b2fb7a940a08e3c460dfba7b46
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 11:01:29 2013 +0000

    Backport: c3736db :: Add a monitor_resized callback so positions of other 
monitors can be updated.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84233
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_monitor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/conf_randr/e_smart_monitor.c 
b/src/modules/conf_randr/e_smart_monitor.c
index 53963b5..8630c4b 100644
--- a/src/modules/conf_randr/e_smart_monitor.c
+++ b/src/modules/conf_randr/e_smart_monitor.c
@@ -1753,7 +1753,7 @@ _e_smart_monitor_frame_cb_resize_stop(void *data, 
Evas_Object *obj EINA_UNUSED,
    else
      sd->changes &= ~(E_SMART_MONITOR_CHANGED_MODE);
 
-   evas_object_smart_callback_call(mon, "monitor_changed", NULL);
+   evas_object_smart_callback_call(mon, "monitor_resized", NULL);
 }
 
 static void 
@@ -1905,7 +1905,7 @@ ret:
    else
      sd->changes &= ~(E_SMART_MONITOR_CHANGED_ORIENTATION);
 
-   evas_object_smart_callback_call(mon, "monitor_changed", NULL);
+   evas_object_smart_callback_call(mon, "monitor_resized", NULL);
 }
 
 static void 

-- 

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

Build for Windows Store.

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

Reply via email to