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
This commit is contained in:
Christopher Michael 2012-10-01 10:33:32 +00:00
parent 9c7996bbd8
commit 12e76211d4
1 changed files with 1 additions and 1 deletions

View File

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