Add some comments.

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

SVN revision: 84173
This commit is contained in:
Christopher Michael 2013-02-19 10:57:52 +00:00 committed by Christopher Michael
parent 480170d4ce
commit 2edc7cfeaf
1 changed files with 2 additions and 2 deletions

View File

@ -1002,11 +1002,11 @@ _e_smart_monitor_resize_event(E_Smart_Data *sd, Evas_Object *mon, void *event)
/* try to find a mode that matches this new size */
if ((mode = _e_smart_monitor_mode_find(sd, nw, nh, EINA_FALSE)))
{
/* TODO: update current mode */
/* update monitor size in the grid */
evas_object_grid_pack(sd->grid.obj, mon,
sd->cx, sd->cy, mode->width, mode->height);
/* update resolution text */
_e_smart_monitor_resolution_set(sd, mode->width, mode->height);
}
}