From c3736db94fff0c78d1934e4a85ee47142772ba5e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 11:01:29 +0000 Subject: [PATCH] Add a monitor_resized callback so positions of other monitors can be updated. Signed-off-by: Christopher Michael SVN revision: 84233 --- 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 53963b56a..8630c4b63 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