From 12e76211d4128b94cdf0077fe06f46039ffcaf8e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 1 Oct 2012 10:33:32 +0000 Subject: [PATCH] E (RandR): For now, do not raise "resized" signal with every movement, just raise it once when it snaps to the closest resolution. NB: This may change in the future but for now, let's keep the number of callbacks down. SVN revision: 77263 --- src/modules/conf_randr/e_smart_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index 55364c1b0..3f3c27fc7 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -1003,7 +1003,7 @@ _e_smart_monitor_resize(E_Smart_Data *sd, Evas_Object *mon, void *event) /* tell randr widget we resized this monitor so that it can * update the layout for any monitors around this one */ - evas_object_smart_callback_call(mon, "monitor_resized", NULL); + /* evas_object_smart_callback_call(mon, "monitor_resized", NULL); */ /* find the closest resolution to this one that we would snap to */ if ((mode = _e_smart_monitor_resolution_get(sd, nrw, nrh)))