Backport: c3736db :: Add a monitor_resized callback so positions of other monitors can be updated.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84233
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 11:01:29 +00:00 committed by Deon Thomas
parent abee7d357d
commit 0bcf3180f6
1 changed files with 2 additions and 2 deletions

View File

@ -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