diff options
author | Christopher Michael <cp.michael@samsung.com> | 2013-02-19 11:01:29 +0000 |
---|---|---|
committer | Deon Thomas <PrinceAMD.Elive@gmail.com> | 2013-06-28 03:28:52 -0400 |
commit | 0bcf3180f6b355b2fb7a940a08e3c460dfba7b46 (patch) | |
tree | e347d95e8c0c8792e0ae6a7aa8babeeac7151378 | |
parent | abee7d357dc3079823c071cb66b434c132d004f5 (diff) | |
download | enlightenment-0bcf3180f6b355b2fb7a940a08e3c460dfba7b46.tar.gz |
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>
-rw-r--r-- | src/modules/conf_randr/e_smart_monitor.c | 4 |
1 files 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 53963b56a7..8630c4b638 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 |