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
This commit is contained in:
Christopher Michael 2013-02-19 11:01:29 +00:00 committed by Christopher Michael
parent 2ce1533131
commit c3736db94f
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